diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 14:46:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 14:46:49 +0000 |
commit | 70ea90e2aba0f7e3479fcd9117e642db3cf862a6 (patch) | |
tree | cae8fc8e7ebbb40a3de4dd0db91d2a31bfc0f7e8 /package/source/zipapi/ZipFile.cxx | |
parent | 06fe842ee8aff18b576b1f8d0cdab81f3412412f (diff) |
INTEGRATION: CWS apps61beta2 (1.36.4.2.12); FILE MERGED
2003/04/07 11:15:32 mav 1.36.4.2.12.1: #i11755# use correct type
Diffstat (limited to 'package/source/zipapi/ZipFile.cxx')
-rw-r--r-- | package/source/zipapi/ZipFile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx index 1ac8bfea3..8329bd603 100644 --- a/package/source/zipapi/ZipFile.cxx +++ b/package/source/zipapi/ZipFile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipFile.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: hr $ $Date: 2003-03-26 14:13:45 $ + * last change: $Author: hr $ $Date: 2003-04-28 15:46:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -611,7 +611,7 @@ sal_Int32 ZipFile::readCEN() throw(IOException, ZipException, RuntimeException) { sal_Int32 nCenLen, nCenPos = -1, nCenOff, nEndPos, nLocPos; - sal_Int16 nCount, nTotal; + sal_uInt16 nCount, nTotal; try { |