summaryrefslogtreecommitdiff
path: root/unotools/source/config/syslocaleoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/syslocaleoptions.cxx')
-rw-r--r--unotools/source/config/syslocaleoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/syslocaleoptions.cxx b/unotools/source/config/syslocaleoptions.cxx
index f266b4d637da..806d58e1eb03 100644
--- a/unotools/source/config/syslocaleoptions.cxx
+++ b/unotools/source/config/syslocaleoptions.cxx
@@ -692,7 +692,7 @@ OUString SvtSysLocaleOptions::CreateCurrencyConfigString(
{
OUStringBuffer aStr( rAbbrev.getLength() + 1 + aIsoStr.getLength() );
aStr.append( rAbbrev );
- aStr.append( sal_Unicode('-') );
+ aStr.append( '-' );
aStr.append( aIsoStr );
return aStr.makeStringAndClear();
}