summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 16:48:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 16:48:23 +0000
commitfc78071428cb23d756c8344bb15f31a52d4e7b05 (patch)
treee81a3a594dee1b033b8b71241c35af88c24e6ade /package/inc
parentb42ced29f96fb2340b68d65b9a08d8e2612f7b5b (diff)
INTEGRATION: CWS readstorage (1.29.40); FILE MERGED
2004/01/13 10:13:38 mav 1.29.40.1: #114521# cloning of encrypted storages
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackageFolder.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/package/inc/ZipPackageFolder.hxx b/package/inc/ZipPackageFolder.hxx
index 66123d2477aa..a62caf74ad13 100644
--- a/package/inc/ZipPackageFolder.hxx
+++ b/package/inc/ZipPackageFolder.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageFolder.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 19:20:55 $
+ * last change: $Author: hr $ $Date: 2004-02-03 17:48:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,11 +97,14 @@ class ZipPackageFolder : public cppu::ImplInheritanceHelper2
>
{
static com::sun::star::uno::Sequence < sal_Int8 > aImplementationId;
+
protected:
ContentHash maContents;
+ const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > m_xFactory;
+
public:
- ZipPackageFolder ();
+ ZipPackageFolder( const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& xFactory );
virtual ~ZipPackageFolder();
void doInsertByName ( ZipPackageEntry *pEntry, sal_Bool bSetParent )