summaryrefslogtreecommitdiff
path: root/desktop/source/app/langselect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/langselect.cxx')
-rw-r--r--desktop/source/app/langselect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx
index 19c5edc930ce..3eadf8326550 100644
--- a/desktop/source/app/langselect.cxx
+++ b/desktop/source/app/langselect.cxx
@@ -112,7 +112,7 @@ OUString getEmergencyLocale() {
return locale;
}
locale = getInstalledLocale(
- inst, officecfg::System::L10N::UILocale::UILocale::get());
+ inst, officecfg::System::L10N::UILocale::get());
if (!locale.isEmpty()) {
return locale;
}
@@ -165,7 +165,7 @@ bool prepareLocale() {
}
if (locale.isEmpty()) {
locale = getInstalledLocale(
- inst, officecfg::System::L10N::UILocale::UILocale::get());
+ inst, officecfg::System::L10N::UILocale::get());
}
if (locale.isEmpty()) {
locale = getInstalledLocale(inst, "en-US");