summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-10-02 20:58:32 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-10-02 20:58:32 +0000
commita9d1b292e6bfa71832ffc45dfb0af799c5b28943 (patch)
treeef07569fd59bdc90da8fefe386fb37990f89767d /package
parente944e986cc1dc147d7afbf781240c7a3959234f0 (diff)
#90699# a new constant for digest length
Diffstat (limited to 'package')
-rw-r--r--package/inc/PackageConstants.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/inc/PackageConstants.hxx b/package/inc/PackageConstants.hxx
index e9b0b70bc0a6..9f9723c2e47a 100644
--- a/package/inc/PackageConstants.hxx
+++ b/package/inc/PackageConstants.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PackageConstants.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-09-05 19:31:12 $
+ * last change: $Author: mtg $ $Date: 2001-10-02 21:58:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,5 +67,6 @@
const sal_Int32 n_ConstBufferSize = 32768;
const sal_Int32 n_ConstMaxMemoryStreamSize = 20480;
+const sal_Int32 n_ConstDigestLength = 1024;
#endif