summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-19 17:15:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-19 17:15:43 +0200
commitd31dc1555054fbc81ac684f8b105684885955db7 (patch)
tree984f2abb7f5c9826edd752686c2ccb6d7802d6f1 /xmlsecurity
parenta69160a31238e2c6bc7997ba6a2f0ae44afb3056 (diff)
loplugin:stringcopy: xmlsecurity
Change-Id: Ib5b6e2b2a03eec14a81e1f8ba8833611047c83f0
Diffstat (limited to 'xmlsecurity')
-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));