summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/resourcemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/dialogs/resourcemanager.cxx')
-rw-r--r--xmlsecurity/source/dialogs/resourcemanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/resourcemanager.cxx b/xmlsecurity/source/dialogs/resourcemanager.cxx
index cc2702e9f153..d6d707b6c72d 100644
--- a/xmlsecurity/source/dialogs/resourcemanager.cxx
+++ b/xmlsecurity/source/dialogs/resourcemanager.cxx
@@ -89,8 +89,8 @@ namespace XmlSec
{
if (i != vecAttrValueOfDN.begin())
{
- s1.append(static_cast<sal_Unicode>(','));
- s2.append(static_cast<sal_Unicode>('\n'));
+ s1.append(',');
+ s2.append('\n');
}
s1.append(i->second);
s2.append(i->first + sEqual + i->second);