[Libreoffice-commits] core.git: package/source

Thorsten Behrens Thorsten.Behrens at CIB.de
Tue Jun 5 15:07:42 UTC 2018


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

New commits:
commit 6e851bb1286da592bc180ed722f8c8ec5e1f18f0
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>

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