Kaydet (Commit) fab72885 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

This should be a namespace, not an attribute "namespace"

Change-Id: I159db32662679a3194edf942fa6672370e2b8587
Reviewed-on: https://gerrit.libreoffice.org/40072Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 7232980b
...@@ -749,13 +749,11 @@ void XSecController::exportSignature( ...@@ -749,13 +749,11 @@ void XSecController::exportSignature(
} }
/* Write PGPOwner element */ /* Write PGPOwner element */
pAttributeList = new SvXMLAttributeList();
pAttributeList->AddAttribute("namespace", "loext");
xDocumentHandler->startElement( xDocumentHandler->startElement(
"PGPOwner", "loext:PGPOwner",
cssu::Reference< cssxs::XAttributeList >(pAttributeList)); cssu::Reference< cssxs::XAttributeList >(new SvXMLAttributeList()));
xDocumentHandler->characters( signatureInfo.ouGpgOwner ); xDocumentHandler->characters( signatureInfo.ouGpgOwner );
xDocumentHandler->endElement( "PGPOwner" ); xDocumentHandler->endElement( "loext:PGPOwner" );
} }
xDocumentHandler->endElement( "PGPData" ); xDocumentHandler->endElement( "PGPData" );
} }
......
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