Kaydet (Commit) 5717de74 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

create OUString from literal

Change-Id: I8198fbad20daa7262e42a452c8d81fcfa3331680
üst ec960ba0
...@@ -253,7 +253,7 @@ void XMLDocumentWrapper_XmlSecImpl::sendStartElement( ...@@ -253,7 +253,7 @@ void XMLDocumentWrapper_XmlSecImpl::sendStartElement(
else else
{ {
ouAttrName = OUString(C2U( (sal_Char*)pAttrNs->prefix)) ouAttrName = OUString(C2U( (sal_Char*)pAttrNs->prefix))
+OUString(C2U( (sal_Char*)":" )) +OUString(":")
+OUString(C2U( (sal_Char*)pAttrName )); +OUString(C2U( (sal_Char*)pAttrName ));
} }
......
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