summaryrefslogtreecommitdiff
path: root/package/source
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-05-31 08:48:20 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-05-31 08:48:20 +0000
commit17f08c31954cc244b2d7e8f6542e41a696ec07f6 (patch)
tree86d85ae92e6fa13519097d0e55d6755bdf21fc1b /package/source
parentae7f43c18abac814ef10cff81bd59dbea537cab3 (diff)
#87099# Remove unused method
Diffstat (limited to 'package/source')
-rw-r--r--package/source/zipapi/ZipFile.cxx19
1 files changed, 2 insertions, 17 deletions
diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx
index 74765f62c7ea..a76aaf7a6b4c 100644
--- a/package/source/zipapi/ZipFile.cxx
+++ b/package/source/zipapi/ZipFile.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipFile.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: mtg $ $Date: 2001-04-30 18:19:09 $
+ * last change: $Author: mtg $ $Date: 2001-05-31 09:48:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,21 +99,6 @@ void ZipFile::setInputStream ( Reference < io::XInputStream > xNewStream )
aGrabber.setInputStream ( xStream );
}
-/*
-void ZipFile::updateFromManList(std::vector < ManifestEntry * > &rManList)
-{
- sal_Int32 i=0, nSize = rManList.size();
- aEntries.clear();
-
- // This is a bitwise copy, = is not an overloaded operator
- // I'm not sure how evil this is in this case...
- for (;i < nSize ; i++)
- {
- ZipEntry * pEntry = &rManList[i]->aEntry;
- aEntries[pEntry->sName] = *pEntry;
- }
-}
-*/
ZipFile::~ZipFile()
{
aEntries.clear();