summaryrefslogtreecommitdiff
path: root/package/source/zipapi/EntryInputStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zipapi/EntryInputStream.cxx')
-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
*