summaryrefslogtreecommitdiff
path: root/package/inc/ZipPackage.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 10:54:23 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 10:54:23 +0000
commita9f4b852d377773859f081c0c3076546b45e8853 (patch)
tree25cc4bc83ab5a79c468b757d55604af6cf1eb7e2 /package/inc/ZipPackage.hxx
parente6578807fcb450c7b72f026db65c46a4ca0226d6 (diff)
INTEGRATION: CWS unotlc (1.34.128); FILE MERGED
2004/08/04 12:06:34 mav 1.34.128.1: #i32418# vnd.sun.star.zip scheme
Diffstat (limited to 'package/inc/ZipPackage.hxx')
-rw-r--r--package/inc/ZipPackage.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index eb60e7c60e7b..c92fe2d61a57 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackage.hxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 14:13:42 $
+ * last change: $Author: obo $ $Date: 2004-08-12 11:54:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,6 +138,9 @@ protected:
sal_Bool bHasEncryptedEntries;
sal_Bool bUseManifest;
sal_Bool bForceRecovery;
+
+ sal_Bool m_bPackageFormat;
+
InitialisationMode eMode;
::com::sun::star::uno::Reference < com::sun::star::container::XNameContainer > xRootFolder;
@@ -159,6 +162,7 @@ public:
virtual ~ZipPackage( void );
ZipFile& getZipFile() { return *pZipFile;}
const com::sun::star::uno::Sequence < sal_Int8 > & getEncryptionKey ( ) {return aEncryptionKey;}
+ const sal_Bool isInPackageFormat() { return m_bPackageFormat; }
// XInitialization
virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments )