summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2000-11-28 09:12:00 +0000
committerMartin Gallwey <mtg@openoffice.org>2000-11-28 09:12:00 +0000
commit2c3402219d80914e852e77be653d21baaa3585bf (patch)
treebbe14db8243b12d99b78d150e8a6411d2d967406 /package/inc
parent3c28c05cdf8e26b176d107bec3b4d89f181f0703 (diff)
#80556# use supplied MultiServiceFactory
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackage.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index 7583e1852653..82de1cf448b0 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackage.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mtg $ $Date: 2000-11-27 16:51:45 $
+ * last change: $Author: mtg $ $Date: 2000-11-28 10:10:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,12 +146,14 @@ private:
::com::sun::star::uno::Reference < com::sun::star::io::XOutputStream > xBuffer;
::com::sun::star::uno::Reference < com::sun::star::container::XNameContainer > xFolder;
::com::sun::star::uno::Reference < com::sun::star::io::XInputStream > xStream;
+ const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > xFactory;
sal_Bool isZipFile(com::sun::star::package::ZipEntry &rEntry);
public:
- ZipPackage (com::sun::star::uno::Reference < com::sun::star::io::XInputStream > xInput,
+ ZipPackage (com::sun::star::uno::Reference < com::sun::star::io::XInputStream > &xInput,
+ const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > &xNewFactory,
ZipPackageBuffer *pNewBuffer,
ZipOutputStream *pNewZipOut);
- ZipPackage (void);
+ ZipPackage (const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > &xNewFactory);
ZipPackageFolder * getRootFolder()
{
return pRootFolder;