summaryrefslogtreecommitdiff
path: root/package/inc/ZipOutputStream.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-11-29 12:37:22 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-11-29 12:37:22 +0000
commit2967ab9c4b4c5e39ef81bc5b411598eccef4cd10 (patch)
tree78b62a9adcc96d9e9a3fadc49ed7d3d725c6732b /package/inc/ZipOutputStream.hxx
parentdf918e95b22d29a6b6f93acd7725e52e605ba9ff (diff)
#94573# remove support for disk spanning
Diffstat (limited to 'package/inc/ZipOutputStream.hxx')
-rw-r--r--package/inc/ZipOutputStream.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx
index 1fc34215f47f..40f3e8b1524d 100644
--- a/package/inc/ZipOutputStream.hxx
+++ b/package/inc/ZipOutputStream.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipOutputStream.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: mtg $ $Date: 2001-11-15 19:57:26 $
+ * last change: $Author: mtg $ $Date: 2001-11-29 13:37:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,11 +99,11 @@ protected:
ByteChucker aChucker;
ZipEntry *pCurrentEntry;
sal_Int16 nMethod, nLevel, mnDigested;
- sal_Bool bFinished, bEncryptCurrentEntry, bSpanning;
+ sal_Bool bFinished, bEncryptCurrentEntry;
EncryptionData *pCurrentEncryptData;
public:
- ZipOutputStream( com::sun::star::uno::Reference < com::sun::star::io::XOutputStream > &xOStream, sal_Bool bNewSpanning );
+ ZipOutputStream( com::sun::star::uno::Reference < com::sun::star::io::XOutputStream > &xOStream );
~ZipOutputStream();
// rawWrite to support a direct write to the output stream