summaryrefslogtreecommitdiff
path: root/package/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:46:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:46:49 +0000
commit77fa7cb4ee990a2ba0cd77fb4944511c7aafa7cb (patch)
tree601f8035160ab8c0d55458e35ccf1fd1ec6b82f6 /package/source
parent3519b353cc73bffd7138beb5d3fc95c4f3ad617b (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')
-rw-r--r--package/source/zipapi/ZipFile.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx
index 61eac82808a1..68f3dc05dd0a 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
{