summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-12 11:32:00 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-12 11:32:00 +0000
commit606d8d5d80da5886dd534cf373258f6545ce0e41 (patch)
treefcdc0685374a201888f4ef724fd83bd1ce12c832 /package
parent8d32efb60e03691e7d9f6b2b803f141272972eb8 (diff)
INTEGRATION: CWS mav18 (1.17.28); FILE MERGED
2005/05/27 14:52:25 mav 1.17.28.1: #i49755# fix incoplete commit problem
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ZipPackageStream.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/source/zippackage/ZipPackageStream.hxx b/package/source/zippackage/ZipPackageStream.hxx
index 26668ed31e81..2401d6f17e2d 100644
--- a/package/source/zippackage/ZipPackageStream.hxx
+++ b/package/source/zippackage/ZipPackageStream.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageStream.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2004-11-26 20:46:38 $
+ * last change: $Author: kz $ $Date: 2005-07-12 12:32:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,7 +163,8 @@ public:
void setSize (const sal_Int32 nNewSize);
ZipPackageStream ( ZipPackage & rNewPackage,
- const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& xFactory );
+ const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& xFactory,
+ sal_Bool bAllowRemoveOnInsert );
virtual ~ZipPackageStream( void );
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > GetRawEncrStreamNoHeaderCopy();