Kaydet (Commit) 77fa7cb4 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst 3519b353
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ZipFile.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -611,7 +611,7 @@ sal_Int32 ZipFile::readCEN() ...@@ -611,7 +611,7 @@ sal_Int32 ZipFile::readCEN()
throw(IOException, ZipException, RuntimeException) throw(IOException, ZipException, RuntimeException)
{ {
sal_Int32 nCenLen, nCenPos = -1, nCenOff, nEndPos, nLocPos; sal_Int32 nCenLen, nCenPos = -1, nCenOff, nEndPos, nLocPos;
sal_Int16 nCount, nTotal; sal_uInt16 nCount, nTotal;
try try
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment