summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-06 09:49:05 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-06 09:49:05 +0000
commitb139855c36963227bd7e311b4a98defc7e46b7ee (patch)
tree2c3174d9ea3d978694143917a40cc2b231ab008c /package/inc
parent53dcd34e5f00cd25e3970866d09a4cbb3d0bc70e (diff)
INTEGRATION: CWS fwk46 (1.3.42); FILE MERGED
2006/08/21 08:33:52 mav 1.3.42.1: #i67988# avoid hash duplication
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/zipfileaccess.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/package/inc/zipfileaccess.hxx b/package/inc/zipfileaccess.hxx
index e6e5da31a747..7b756b81916b 100644
--- a/package/inc/zipfileaccess.hxx
+++ b/package/inc/zipfileaccess.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: zipfileaccess.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:00:27 $
+ * last change: $Author: kz $ $Date: 2006-10-06 10:49:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,8 +77,6 @@ class OZipFileAccess : public ::cppu::WeakImplHelper5<
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > m_xContentStream;
ZipFile* m_pZipFile;
- EntryHash m_aEntries;
-
::cppu::OInterfaceContainerHelper* m_pListenersContainer;
sal_Bool m_bDisposed;
@@ -88,8 +86,6 @@ public:
virtual ~OZipFileAccess();
- EntryHash& GetEntryHash_Impl();
-
::com::sun::star::uno::Sequence< ::rtl::OUString > GetPatternsFromString_Impl( const ::rtl::OUString& aString );
sal_Bool StringGoodForPattern_Impl( const ::rtl::OUString& aString,