summaryrefslogtreecommitdiff
path: root/package/inc/ZipPackage.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2000-11-29 12:47:18 +0000
committerMartin Gallwey <mtg@openoffice.org>2000-11-29 12:47:18 +0000
commit2d5e27c5f12628e1dad42c31863a08b4a4a8f284 (patch)
treed8efcfd1e8db97ffd8a57f840000713d0e52b39e /package/inc/ZipPackage.hxx
parentd9c69f41ca9224aa0bbbaa5853e35c404ece02ef (diff)
#80556# correctly handle empty zips
Diffstat (limited to 'package/inc/ZipPackage.hxx')
-rw-r--r--package/inc/ZipPackage.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index d793a406234c..ef8c17489ab5 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackage.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mtg $ $Date: 2000-11-29 03:18:48 $
+ * last change: $Author: mtg $ $Date: 2000-11-29 13:47:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,7 +144,6 @@ private:
::ucb::Content *pContent;
::std::vector < com::sun::star::uno::Reference < com::sun::star::lang::XSingleServiceFactory > > aContainedZips;
::com::sun::star::uno::Reference < com::sun::star::package::XZipFile > xZipFile;
- ::com::sun::star::uno::Reference < com::sun::star::io::XOutputStream > xBuffer;
::com::sun::star::uno::Reference < com::sun::star::lang::XUnoTunnel > xRootFolder;
::com::sun::star::uno::Reference < com::sun::star::io::XInputStream > xContentStream;
::com::sun::star::uno::Reference < com::sun::star::io::XSeekable > xContentSeek;