summaryrefslogtreecommitdiff
path: root/package/source/manifest
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-10-02 21:31:15 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-10-02 21:31:15 +0000
commitfd219ad9e51e934679dce70a961dafed7aa181ad (patch)
treef43b40118e77e9f94be7f238d6fd1b2352447385 /package/source/manifest
parent986207d20333a4eab610ae7b880e54cf5823bd84 (diff)
#90699# Use 'ChecksumType' instead of MD5
Diffstat (limited to 'package/source/manifest')
-rw-r--r--package/source/manifest/ManifestImport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/manifest/ManifestImport.hxx b/package/source/manifest/ManifestImport.hxx
index 53e7df01dece..e25b471fe901 100644
--- a/package/source/manifest/ManifestImport.hxx
+++ b/package/source/manifest/ManifestImport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ManifestImport.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mtg $ $Date: 2001-09-05 19:26:06 $
+ * last change: $Author: mtg $ $Date: 2001-10-02 22:31:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,7 +123,7 @@ protected:
const ::rtl::OUString sWhiteSpace;
const ::rtl::OUString sBlowfish;
const ::rtl::OUString sPBKDF2;
- const ::rtl::OUString sMD5;
+ const ::rtl::OUString sChecksumType;
public:
ManifestImport( std::vector < ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue > > & rNewVector );