summaryrefslogtreecommitdiff
path: root/svtools/source/misc/langtab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/langtab.cxx')
-rw-r--r--svtools/source/misc/langtab.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx
index a3ed27a3bdf2..dfacf5663e61 100644
--- a/svtools/source/misc/langtab.cxx
+++ b/svtools/source/misc/langtab.cxx
@@ -203,8 +203,8 @@ SvtLanguageTableImpl::SvtLanguageTableImpl()
sal_Int32 nType = 0;
uno::Reference <container::XNameAccess> xNB;
xNA->getByName(rBcp47) >>= xNB;
- bool bSuccess = (xNB->getByName("Name") >>= aName) &&
- (xNB->getByName("ScriptType") >>= nType);
+ bool bSuccess = (xNB->getByName(u"Name"_ustr) >>= aName) &&
+ (xNB->getByName(u"ScriptType"_ustr) >>= nType);
if (bSuccess)
{
LanguageTag aLang(rBcp47);