diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-01-18 18:14:05 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-01-18 18:14:05 +0100 |
commit | 143e8326931e0751caf3428eec0d8542229dd063 (patch) | |
tree | 801308163fdf9d79255b19a38a7ac67b5702d576 /package/source/manifest/ManifestExport.cxx | |
parent | 6c8c8f2436dd8f62adc0f19ecc724f3f079778b4 (diff) | |
parent | 71894786147b38cad3c2ac56c3a4e173fc757cc5 (diff) |
CWS-TOOLING: integrate CWS fwk162
Notes
Notes:
split repo tag: components_ooo/DEV300_m98
Diffstat (limited to 'package/source/manifest/ManifestExport.cxx')
-rw-r--r-- | package/source/manifest/ManifestExport.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/source/manifest/ManifestExport.cxx b/package/source/manifest/ManifestExport.cxx index e4b9ec533c60..6175bdc4e613 100644 --- a/package/source/manifest/ManifestExport.cxx +++ b/package/source/manifest/ManifestExport.cxx @@ -166,6 +166,11 @@ ManifestExport::ManifestExport(Reference < XDocumentHandler > xHandler, const S { // this is ODF12 generation, let encrypted streams contain start-key-generation entry bStoreStartKeyGeneration = sal_True; + + // starting from ODF12 the version should be also in manifest:manifest element + pRootAttrList->AddAttribute ( OUString( RTL_CONSTASCII_USTRINGPARAM ( ATTRIBUTE_VERSION ) ), + sCdataAttribute, + aDocVersion ); } } else |