summaryrefslogtreecommitdiff
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
commit1a5613cab61da0564053586e796402c3bd66fe5e (patch)
tree1ce9af24273f9426c19990bcfef4802ac0970001
parent461a425d646526699ad2a56e67bd1446e18a517c (diff)
fdo#34872, ODF 1.2 manifest export: missing version fixed
-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 d5986f13d..dfdcf2fbb 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