summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 16:35:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 16:35:55 +0000
commitda30f5bcedfba716701e40e800ca7d614ec09d97 (patch)
tree44d3626738ae35110ced3435496b64a499d5663e
parent0084334399b666a82a46db7ef41720a251399db0 (diff)
INTEGRATION: CWS fwk79 (1.109.12); FILE MERGED
2007/12/05 12:30:49 mav 1.109.12.1: #i84234# let the Compressed property be handled correctly
-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 94b76bea4067..a16de5e7c788 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ZipPackage.cxx,v $
*
- * $Revision: 1.111 $
+ * $Revision: 1.112 $
*
- * last change: $Author: obo $ $Date: 2008-01-07 09:05:19 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 17:35:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -403,6 +403,7 @@ void ZipPackage::parseManifest()
pStream->setDigest ( aSequence );
}
+ pStream->SetToBeCompressed ( sal_True );
pStream->SetToBeEncrypted ( sal_True );
pStream->SetIsEncrypted ( sal_True );
if ( !bHasEncryptedEntries && pStream->getName().compareToAscii ( "content.xml" ) == 0 )