summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-02 15:46:38 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-02 15:47:35 +0100
commitb61ee8a04256e4acee671cc01f84e39c46df668b (patch)
tree8df0ac969632257b2305ddd48e73b0740bce1b37 /package
parent8520006babfc4e6f2dfe8a6c65361ad554969843 (diff)
fdo#34872, ODF 1.2 manifest export: missing version fixed
Diffstat (limited to 'package')
-rw-r--r--package/source/manifest/ManifestExport.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/source/manifest/ManifestExport.cxx b/package/source/manifest/ManifestExport.cxx
index edbd0692c4c2..e173e8da8d53 100644
--- a/package/source/manifest/ManifestExport.cxx
+++ b/package/source/manifest/ManifestExport.cxx
@@ -161,6 +161,7 @@ ManifestExport::ManifestExport(Reference < XDocumentHandler > xHandler, const S
{
// this is ODF12 generation, let encrypted streams contain start-key-generation entry
bStoreStartKeyGeneration = sal_True;
+ pRootAttrList->AddAttribute ( sVersionAttribute, sCdataAttribute, aDocVersion );
}
}
else