[Libreoffice-commits] .: unotools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 16 04:57:02 PST 2012


 unotools/source/config/syslocaleoptions.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3f4c6698d56a345f7624ebc0aad4f0b041f0fc3e
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Nov 16 13:56:37 2012 +0100

    need more coffee
    
    Change-Id: I0ca6898de11e42a36453e3f0fae8d86d84c9352f

diff --git a/unotools/source/config/syslocaleoptions.cxx b/unotools/source/config/syslocaleoptions.cxx
index f3febee..b05837e 100644
--- a/unotools/source/config/syslocaleoptions.cxx
+++ b/unotools/source/config/syslocaleoptions.cxx
@@ -123,8 +123,8 @@ public:
             sal_Bool            IsReadOnly( SvtSysLocaleOptions::EOption eOption ) const;
             const Locale&       GetRealLocale() { return m_aRealLocale.getLocale(); }
             const Locale&       GetRealUILocale() { return m_aRealUILocale.getLocale(); }
-            LanguageType        GetRealLanguage() { return m_eRealLocale.getLanguageType(); }
-            LanguageType        GetRealUILanguage() { return m_eRealUILocale.getLanguageType(); }
+            LanguageType        GetRealLanguage() { return m_aRealLocale.getLanguageType(); }
+            LanguageType        GetRealUILanguage() { return m_aRealUILocale.getLanguageType(); }
 };
 
 


More information about the Libreoffice-commits mailing list