From 54cd13f98a81c9b05a7d86874b643be0ca39270d Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 13 Oct 2006 10:52:48 +0000 Subject: [PATCH] INTEGRATION: CWS opofxmlstorage (1.21.22); FILE MERGED 2006/04/21 15:19:24 mav 1.21.22.2: #i64612# fix compressed flag 2006/04/21 14:50:20 mav 1.21.22.1: #i64612# fix compressed flag --- package/source/zippackage/ZipPackageStream.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package/source/zippackage/ZipPackageStream.hxx b/package/source/zippackage/ZipPackageStream.hxx index 4765ff434272..bb311212bbca 100644 --- a/package/source/zippackage/ZipPackageStream.hxx +++ b/package/source/zippackage/ZipPackageStream.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ZipPackageStream.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2005-10-19 12:50:01 $ + * last change: $Author: obo $ $Date: 2006-10-13 11:52:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -94,6 +94,8 @@ protected: sal_Bool m_bHasSeekable; + sal_Bool m_bCompressedIsSetFromOutside; + ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& GetOwnSeekStream(); public: @@ -159,7 +161,7 @@ public: sal_Bool ParsePackageRawStream(); - void setZipEntry( const ZipEntry &rInEntry); + void setZipEntryOnLoading( const ZipEntry &rInEntry); ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getRawData() throw(::com::sun::star::uno::RuntimeException);