summaryrefslogtreecommitdiff
path: root/package/inc/ZipFile.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2000-11-24 09:34:27 +0000
committerMartin Gallwey <mtg@openoffice.org>2000-11-24 09:34:27 +0000
commitb28e1878292703256fa02ca7195090bd22e14e8d (patch)
tree787ee5c76e84f29e3c0bb452dde072c1e60e08c4 /package/inc/ZipFile.hxx
parent67b6cf9dfc9589eb53e5fc5badbd87ef70e858a7 (diff)
#80556# now builds under Solaris correctly
Diffstat (limited to 'package/inc/ZipFile.hxx')
-rw-r--r--package/inc/ZipFile.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index a2b0dd6b4aae..82d2b5071e63 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipFile.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mtg $ $Date: 2000-11-21 12:07:58 $
+ * last change: $Author: mtg $ $Date: 2000-11-24 10:34:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,7 +105,6 @@ private:
ByteGrabber aGrabber;
com::sun::star::uno::Reference < com::sun::star::io::XInputStream > xStream;
public:
- //ZipFile( void );
ZipFile( com::sun::star::uno::Reference < com::sun::star::io::XInputStream > &xInput);
virtual ~ZipFile();