Kaydet (Commit) 6e851bb1 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

package: fix pretty-printing in manifest exporter

Change-Id: If8c88994f68a8a644d1ce4e2386d3247140e824f
Reviewed-on: https://gerrit.libreoffice.org/55322Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 92ed9161
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment