diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-09-14 13:59:40 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-09-14 13:59:40 +0000 |
commit | 380290c0db4475c08e75d1b719cd4a707c7a2096 (patch) | |
tree | c1380447e0b97e02f670273747763093a86fe433 /package/source | |
parent | 1ec56e57e8799ab4143ed430c56636837843b1a8 (diff) |
#89303# remove unnecessary using declarations
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/zipapi/ZipEnumeration.cxx | 9 |
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) |