[Libreoffice-commits] .: package/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Wed Mar 2 06:51:17 PST 2011


 package/source/manifest/ManifestExport.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1a5613cab61da0564053586e796402c3bd66fe5e
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Wed Mar 2 15:46:38 2011 +0100

    fdo#34872, ODF 1.2 manifest export: missing version fixed

diff --git a/package/source/manifest/ManifestExport.cxx b/package/source/manifest/ManifestExport.cxx
index d5986f1..dfdcf2f 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


More information about the Libreoffice-commits mailing list