summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-11-15 20:36:18 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-11-15 20:36:18 +0000
commit8938be3c3ac06e6b5c8c19c00989ac8bf47d7576 (patch)
tree027474e6e5ba632ead7e9f8f52e3306b64804970 /package
parent1db81030d9c08fe1cb47984f628951fb519b0a0c (diff)
#94679# initialise segment size
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ZipPackage.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx
index b1a7e06b4512..b9f2952de86a 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackage.cxx,v $
*
- * $Revision: 1.70 $
+ * $Revision: 1.71 $
*
- * last change: $Author: mtg $ $Date: 2001-11-15 20:42:43 $
+ * last change: $Author: mtg $ $Date: 2001-11-15 21:36:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -261,6 +261,7 @@ ZipPackage::ZipPackage (const Reference < XMultiServiceFactory > &xNewFactory)
, xFactory( xNewFactory )
, bHasEncryptedEntries ( sal_False )
, eMode ( e_IMode_None )
+, nSegmentSize ( 0 )
{
xRootFolder = pRootFolder = new ZipPackageFolder();
}