summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-08-26 15:53:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-08-26 15:53:01 +0200
commit37614b31e1fc36974b4fb4e9f227d69548dca28b (patch)
treed21b0829da7ab3338a42be29f964e849e6f32041 /desktop
parentc2920b6d82bc667771edbc183b47d8e6ea1222dd (diff)
Typos
Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712
Diffstat (limited to 'desktop')
-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");