From da30f5bcedfba716701e40e800ca7d614ec09d97 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 14 Jan 2008 16:35:55 +0000 Subject: 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 --- package/source/zippackage/ZipPackage.cxx | 5 +++-- 1 file 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 ) -- cgit