summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-13 10:42:13 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-13 10:42:13 +0000
commit0e77fb996174abe89a868958087e30d10aee36f3 (patch)
tree729211b9c6ba2ed26a08698e6dc1d88b9ddf97a0 /package/inc
parent3e56923f3232f711ca533e02264681b07cec1f7f (diff)
INTEGRATION: CWS opofxmlstorage (1.5.30); FILE MERGED
2006/04/21 11:36:57 mav 1.5.30.1: #i64612# support OFOPXML format
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/PackageConstants.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/package/inc/PackageConstants.hxx b/package/inc/PackageConstants.hxx
index 21c79b6e8b00..c1d5e25d3471 100644
--- a/package/inc/PackageConstants.hxx
+++ b/package/inc/PackageConstants.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PackageConstants.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:57:13 $
+ * last change: $Author: obo $ $Date: 2006-10-13 11:42:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,4 +43,8 @@ const sal_Int32 n_ConstBufferSize = 32768;
const sal_Int32 n_ConstMaxMemoryStreamSize = 20480;
const sal_Int32 n_ConstDigestLength = 1024;
+#define PACKAGE_FORMAT 1
+#define ZIP_FORMAT 2
+#define OFOPXML_FORMAT 3
+
#endif