summaryrefslogtreecommitdiff
path: root/i18npool/source/nativenumber/nativenumbersupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/nativenumber/nativenumbersupplier.cxx')
-rw-r--r--i18npool/source/nativenumber/nativenumbersupplier.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/nativenumber/nativenumbersupplier.cxx b/i18npool/source/nativenumber/nativenumbersupplier.cxx
index bf6457a02286..67c7cb6e5ac6 100644
--- a/i18npool/source/nativenumber/nativenumbersupplier.cxx
+++ b/i18npool/source/nativenumber/nativenumbersupplier.cxx
@@ -654,9 +654,9 @@ OUString NativeNumberSupplierService::getNativeNumberString(const OUString& aNum
static const CasingEntry Casings[] =
{
- { OUStringLiteral("capitalize"), CAPITALIZE },
- { OUStringLiteral("upper"), UPPER },
- { OUStringLiteral("title"), TITLE }
+ { OUStringLiteral(u"capitalize"), CAPITALIZE },
+ { OUStringLiteral(u"upper"), UPPER },
+ { OUStringLiteral(u"title"), TITLE }
};
sal_Int32 nStripCase = 0;