summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2002-02-19 16:05:30 +0000
committerMikhail Voitenko <mav@openoffice.org>2002-02-19 16:05:30 +0000
commit5eb508fd1902877f84fa4a1da029918434f1ee2c (patch)
treed2ca34c39ea7e24908ceaf545a35b2353534d06c /package/inc
parent3c1abe798941050f655fe43c01c40d1df8a867e5 (diff)
#97587# stream file, do not copy
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index 65695d20a56a..0482b133e1cf 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackage.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: mtg $ $Date: 2001-11-29 13:39:22 $
+ * last change: $Author: mav $ $Date: 2002-02-19 17:00:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,7 @@ protected:
ZipFile *pZipFile;
void getZipFileContents();
- void writeTempFile();
+ sal_Bool writeFileIsTemp( ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& );
public:
ZipPackage (const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > &xNewFactory);