diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:32:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:32:54 +0000 |
commit | a53125a55714a74de71db45dd61ec1abe6d495a1 (patch) | |
tree | 7375382c211c362be3279aefc3adf27d2dc4a62d /package | |
parent | 2dd56a16b14d24d08fb785ad99e272ad84a73b8d (diff) |
INTEGRATION: CWS jl93 (1.7.100); FILE MERGED
2008/05/05 13:28:16 jl 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED
2008/04/08 15:43:27 mav 1.7.100.1: #i86651# add Version property
Diffstat (limited to 'package')
-rw-r--r-- | package/source/manifest/ManifestImport.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/source/manifest/ManifestImport.hxx b/package/source/manifest/ManifestImport.hxx index 359cedfba775..f669896aacd6 100644 --- a/package/source/manifest/ManifestImport.hxx +++ b/package/source/manifest/ManifestImport.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ManifestImport.hxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -68,6 +68,7 @@ protected: const ::rtl::OUString sCdataAttribute; const ::rtl::OUString sMediaTypeAttribute; + const ::rtl::OUString sVersionAttribute; const ::rtl::OUString sFullPathAttribute; const ::rtl::OUString sSizeAttribute; const ::rtl::OUString sSaltAttribute; @@ -80,6 +81,7 @@ protected: const ::rtl::OUString sFullPathProperty; const ::rtl::OUString sMediaTypeProperty; + const ::rtl::OUString sVersionProperty; const ::rtl::OUString sIterationCountProperty; const ::rtl::OUString sSaltProperty; const ::rtl::OUString sInitialisationVectorProperty; |