summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-13 17:35:58 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-13 17:35:58 +0100
commit8add7525175749499cb8f6cc24e23e434beb49e9 (patch)
treeaa423dd2dcc0092b54fa503e29649b09ed7ad29d /package
parente66aaababcd2bb4b660f798a06d518e394c1c855 (diff)
Remove bogus comments
Diffstat (limited to 'package')
-rw-r--r--package/source/zipapi/EntryInputStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zipapi/EntryInputStream.cxx b/package/source/zipapi/EntryInputStream.cxx
index cd43622ea8ac..99df55c921a1 100644
--- a/package/source/zipapi/EntryInputStream.cxx
+++ b/package/source/zipapi/EntryInputStream.cxx
@@ -42,7 +42,7 @@ using namespace com::sun::star::packages::zip::ZipConstants;
/** Provides access to the compressed data in a zipfile.
*
- * 04/12/00 - uncompresses the stream into memory and seeks on it 'in memory'
+ * uncompresses the stream into memory and seeks on it 'in memory'
* This and the ZipPackageBuffer used in the ZipOutputStream are memory hogs
* and will hopefully be replaced eventually
*