From 53dcd34e5f00cd25e3970866d09a4cbb3d0bc70e Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 6 Oct 2006 09:48:53 +0000 Subject: INTEGRATION: CWS fwk46 (1.21.42); FILE MERGED 2006/08/21 08:33:51 mav 1.21.42.1: #i67988# avoid hash duplication --- package/inc/ZipFile.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/inc') 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, -- cgit