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

New commits:
commit 6e851bb1286da592bc180ed722f8c8ec5e1f18f0
Author: Thorsten Behrens <thorsten.behr...@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 <c...@libreoffice.org>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to