summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/localebe/localebackend.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/localebe/localebackend.cxx b/shell/source/backends/localebe/localebackend.cxx
index 6961116ac3df..ac9716731162 100644
--- a/shell/source/backends/localebe/localebackend.cxx
+++ b/shell/source/backends/localebe/localebackend.cxx
@@ -190,7 +190,7 @@ static OUString ImplGetLocale(int category)
if( uscore != NULL )
{
aLocaleBuffer.appendAscii(locale, uscore++ - locale);
- aLocaleBuffer.appendAscii("-");
+ aLocaleBuffer.append("-");
aLocaleBuffer.appendAscii(uscore, cp - uscore);
}
else