[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - package/source

Thorsten Behrens Thorsten.Behrens at CIB.de
Tue Jun 5 18:36:43 UTC 2018


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

New commits:
commit 2bd70b6fad0bc15927863649da895ea50f615976
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Tue Jun 5 11:42:12 2018 +0200

    package: fix pretty-printing in manifest exporter
    
    Change-Id: If8c88994f68a8a644d1ce4e2386d3247140e824f
    Reviewed-on: https://gerrit.libreoffice.org/55322
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
    (cherry picked from commit 6e851bb1286da592bc180ed722f8c8ec5e1f18f0)
    Reviewed-on: https://gerrit.libreoffice.org/55340

diff --git a/package/source/manifest/ManifestExport.cxx b/package/source/manifest/ManifestExport.cxx
index abc346f9e4e9..2509c8caf30e 100644
--- a/package/source/manifest/ManifestExport.cxx
+++ b/package/source/manifest/ManifestExport.cxx
@@ -271,8 +271,8 @@ ManifestExport::ManifestExport( uno::Reference< xml::sax::XDocumentHandler > con
                     pNewAttrList->AddAttribute ( sAlgorithmAttribute, sCdataAttribute,
                                                  "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p" );
                     xHandler->startElement( sEncryptionMethodElement, xNewAttrList );
-                    xHandler->ignorableWhitespace ( sWhiteSpace );
                     xHandler->endElement( sEncryptionMethodElement );
+                    xHandler->ignorableWhitespace ( sWhiteSpace );
 
                     xHandler->startElement( sKeyInfoElement, nullptr );
                     xHandler->ignorableWhitespace ( sWhiteSpace );


More information about the Libreoffice-commits mailing list