summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 7f00a7f80561..1134c864fbc1 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -915,14 +915,14 @@ void XSecController::exportSignature(
pAttributeList = new SvXMLAttributeList();
pAttributeList->AddAttribute(
OUString(ATTR_XMLNS)
- +OUString(":")
- +OUString(NSTAG_DC),
+ + ":"
+ + OUString(NSTAG_DC),
OUString(NS_DC));
xDocumentHandler->startElement(
OUString(NSTAG_DC)
- +OUString(":")
- +tag_Date,
+ + ":"
+ + tag_Date,
cssu::Reference< cssxs::XAttributeList > (pAttributeList));
OUStringBuffer buffer;
@@ -940,8 +940,8 @@ void XSecController::exportSignature(
xDocumentHandler->endElement(
OUString(NSTAG_DC)
- +OUString(":")
- +tag_Date);
+ + ":"
+ + tag_Date);
}
xDocumentHandler->endElement( tag_SignatureProperty );
}