summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/syslocaleoptions.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/syslocaleoptions.cxx b/unotools/source/config/syslocaleoptions.cxx
index f3febee3a532..b05837e8754f 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(); }
};