summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package/pkgcontent.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-05-17 11:51:39 +0000
committerMathias Bauer <mba@openoffice.org>2001-05-17 11:51:39 +0000
commitce6a7c9600833f73972c36a8952c6d632b67a0c1 (patch)
tree34ca4f92bc619807afd709f158523496f28a161c /ucb/source/ucp/package/pkgcontent.cxx
parent4b33cdf029a4effa6659cda72ce80c7e31605b6e (diff)
#86409#: wrong flag
Diffstat (limited to 'ucb/source/ucp/package/pkgcontent.cxx')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index ce7e8918a0..ccd9d44f75 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pkgcontent.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: kso $ $Date: 2001-05-16 10:10:29 $
+ * last change: $Author: mba $ $Date: 2001-05-17 12:51:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,7 +160,7 @@ using namespace package_ucp;
#define NONE_MODIFIED sal_uInt32( 0x00 )
#define MEDIATYPE_MODIFIED sal_uInt32( 0x01 )
#define COMPRESSED_MODIFIED sal_uInt32( 0x02 )
-#define ENCRYPTED_MODIFIED sal_uInt32( 0x03 )
+#define ENCRYPTED_MODIFIED sal_uInt32( 0x04 )
//=========================================================================
//=========================================================================