summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-09-14 13:50:28 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-09-14 13:50:28 +0000
commit20476f2f270ee92ff95347fc05363bb0e181aadc (patch)
tree0f262f70b23a8aa4b74f4f879906bfeb65bea00b /package/inc
parent447eceb846ee9edc2db0c82207f9e7c50e72b494 (diff)
#89303# use optimised hash map
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index 9ce562401385..a5461b473e22 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackage.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: mtg $ $Date: 2001-09-06 12:19:53 $
+ * last change: $Author: mtg $ $Date: 2001-09-14 14:50:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,7 @@ class ZipPackage :
{
protected:
::com::sun::star::uno::Sequence < sal_Int8 > aEncryptionKey;
- NameHash aRecent;
+ FolderHash aRecent;
::rtl::OUString sURL;
sal_Int32 nSegmentSize;
sal_Bool bHasEncryptedEntries;