summaryrefslogtreecommitdiff
path: root/package/inc/ByteGrabber.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/ByteGrabber.hxx
parentd9c69f41ca9224aa0bbbaa5853e35c404ece02ef (diff)
#80556# correctly handle empty zips
Diffstat (limited to 'package/inc/ByteGrabber.hxx')
-rw-r--r--package/inc/ByteGrabber.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/package/inc/ByteGrabber.hxx b/package/inc/ByteGrabber.hxx
index d06c253cab2e..baa220eaf54e 100644
--- a/package/inc/ByteGrabber.hxx
+++ b/package/inc/ByteGrabber.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ByteGrabber.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mtg $ $Date: 2000-11-13 13:37:57 $
+ * 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
@@ -101,9 +101,6 @@ public:
virtual sal_Int64 SAL_CALL getLength( )
throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
- sal_Int8 getInt8();
- sal_Int16 getInt16();
- sal_Int32 getInt32();
ByteGrabber& operator >> (sal_Int8& rInt8);
ByteGrabber& operator >> (sal_Int16& rInt16);
ByteGrabber& operator >> (sal_Int32& rInt32);