summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-06 09:48:53 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-06 09:48:53 +0000
commit53dcd34e5f00cd25e3970866d09a4cbb3d0bc70e (patch)
tree93bf7621aa56722778e8162bf8d733aae6a01cc2 /package
parent18ab7a30953b11bfec64f3d9b96bc13e1c2e7afb (diff)
INTEGRATION: CWS fwk46 (1.21.42); FILE MERGED
2006/08/21 08:33:51 mav 1.21.42.1: #i67988# avoid hash duplication
Diffstat (limited to 'package')
-rw-r--r--package/inc/ZipFile.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index 16bbd917834e..4b5c868fcd2c 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ZipFile.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:58:44 $
+ * last change: $Author: kz $ $Date: 2006-10-06 10:48:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -141,6 +141,8 @@ public:
~ZipFile();
+ EntryHash& GetEntryHash() { return aEntries; }
+
void setInputStream ( com::sun::star::uno::Reference < com::sun::star::io::XInputStream > xNewStream );
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getRawData(
ZipEntry& rEntry,