summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index e28f8bd8f901..9a5eb2f7b8e5 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -601,7 +601,7 @@ void XSecController::exportSignature(
{
pAttributeList->AddAttribute(
"Id",
- OUString(signatureInfo.ouSignatureId));
+ signatureInfo.ouSignatureId);
}
xDocumentHandler->startElement( "Signature", cssu::Reference< cssxs::XAttributeList > (pAttributeList));