summaryrefslogtreecommitdiff
path: root/package/inc/ZipFile.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 10:49:37 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 10:49:37 +0000
commit236003660b72e53de60891f3f20e4a74f26e8b51 (patch)
treeda55c3d642e76c6a23322f46fc2825d00f940e2a /package/inc/ZipFile.hxx
parente71c7a5f57c713bfe316d259a11887216101ecd2 (diff)
INTEGRATION: CWS mav17 (1.19.106); FILE MERGED
2005/03/01 10:02:51 mav 1.19.106.1: #i23531# improve document repairing
Diffstat (limited to 'package/inc/ZipFile.hxx')
-rw-r--r--package/inc/ZipFile.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index 2aa04cd96873..f29a1031178d 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipFile.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: kz $ $Date: 2003-09-11 10:13:55 $
+ * last change: $Author: obo $ $Date: 2005-03-15 11:49:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,6 +119,8 @@ protected:
const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > xFactory;
::com::sun::star::uno::Reference < ::com::sun::star::ucb::XProgressHandler > xProgressHandler;
+ sal_Bool bRecoveryMode;
+
com::sun::star::uno::Reference < com::sun::star::io::XInputStream > createMemoryStream(
ZipEntry & rEntry,
const vos::ORef < EncryptionData > &rData,