[Libreoffice-commits] core.git: desktop/source

Stephan Bergmann sbergman at redhat.com
Mon Aug 26 06:53:43 PDT 2013


 desktop/source/app/langselect.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 37614b31e1fc36974b4fb4e9f227d69548dca28b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Aug 26 15:53:01 2013 +0200

    Typos
    
    Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712

diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx
index 19c5edc..3eadf83 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");


More information about the Libreoffice-commits mailing list