summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/source/zipapi/ZipEnumeration.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/package/source/zipapi/ZipEnumeration.cxx b/package/source/zipapi/ZipEnumeration.cxx
index 5d7318333895..758b52c3bd70 100644
--- a/package/source/zipapi/ZipEnumeration.cxx
+++ b/package/source/zipapi/ZipEnumeration.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipEnumeration.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mtg $ $Date: 2001-07-04 14:56:24 $
+ * last change: $Author: mtg $ $Date: 2001-09-14 14:59:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,11 +62,6 @@
#include <ZipEnumeration.hxx>
#endif
-using namespace rtl;
-using namespace com::sun::star;
-using namespace com::sun::star::packages;
-using namespace com::sun::star::packages::zip;
-
/** Provides an Enumeration over the contents of a Zip file */
ZipEnumeration::ZipEnumeration( EntryHash & rNewEntryHash)