From 37614b31e1fc36974b4fb4e9f227d69548dca28b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 26 Aug 2013 15:53:01 +0200 Subject: [PATCH] Typos Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712 --- desktop/source/app/langselect.cxx | 4 ++-- 1 file 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");