summaryrefslogtreecommitdiff
path: root/package/inc/ZipEnumeration.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-07-04 13:56:37 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-07-04 13:56:37 +0000
commit1157563ae83b41998a4982c06299780aba7830d4 (patch)
tree91fa8c017f3e78f7291dc4628d5e49c434ee0b77 /package/inc/ZipEnumeration.hxx
parentf424dd7645c4aed5ecad0e9437f552fa934c6ba2 (diff)
#86708# changes for pack'n'go feature (incomplete)
Diffstat (limited to 'package/inc/ZipEnumeration.hxx')
-rw-r--r--package/inc/ZipEnumeration.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/ZipEnumeration.hxx b/package/inc/ZipEnumeration.hxx
index f2333f585fcc..b625535bcb21 100644
--- a/package/inc/ZipEnumeration.hxx
+++ b/package/inc/ZipEnumeration.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipEnumeration.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mtg $ $Date: 2001-04-27 14:56:52 $
+ * last change: $Author: mtg $ $Date: 2001-07-04 14:56:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@ protected:
EntryHash::const_iterator aIterator;
public:
sal_Bool SAL_CALL hasMoreElements();
- const com::sun::star::packages::ZipEntry * SAL_CALL nextElement();
+ const com::sun::star::packages::zip::ZipEntry * SAL_CALL nextElement();
ZipEnumeration( EntryHash &rNewEntryHash);
~ZipEnumeration(void);
};