summaryrefslogtreecommitdiff
path: root/package/inc/ZipEntry.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 13:16:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 13:16:07 +0000
commitfa66eeb587f11bea88ab5950ffd94aee221d6b31 (patch)
treefcf83a2077cad967959ca83f04613be41b1f9ff3 /package/inc/ZipEntry.hxx
parentcaa2a9eb27f7e266bc844a3ad215ec35bd804b1a (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'package/inc/ZipEntry.hxx')
-rw-r--r--package/inc/ZipEntry.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/inc/ZipEntry.hxx b/package/inc/ZipEntry.hxx
index d181105f9108..5aa7b9bb626d 100644
--- a/package/inc/ZipEntry.hxx
+++ b/package/inc/ZipEntry.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipEntry.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mtg $ $Date: 2001-10-30 13:53:22 $
+ * last change: $Author: hr $ $Date: 2003-03-26 14:13:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,8 @@ struct ZipEntry
sal_Int32 nCompressedSize;
sal_Int32 nSize;
sal_Int32 nOffset;
+ sal_Int16 nNameLen;
+ sal_Int16 nExtraLen;
::rtl::OUString sName;
};
#endif