summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-18 21:37:57 +0100
committerEike Rathke <erack@redhat.com>2013-12-18 21:38:55 +0100
commitaec792c1a429bd96a172d529521247a2b3391987 (patch)
treec2be971d21a47f8a89b6b5fba12b9e8eafec4b38 /cui/source/options/optgdlg.hxx
parentc30de064af34e288f3e224c1c7cf1923858eb738 (diff)
resolved fdo#51961 let "Default ..." currency entry follow selected locale
Change-Id: I69b13d1009638451fa6c2bc9336cdac0bab6ec32
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index c82e0011dbe8..3b5799fda5be 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -152,7 +152,8 @@ class OfaLanguagesTabPage : public SfxTabPage
sal_Bool m_bOldCtl;
LanguageConfig_Impl* pLangConfig;
- OUString m_sUserLocaleValue;
+ OUString m_sUserLocaleValue;
+ OUString m_sSystemDefaultString;
DECL_LINK( SupportHdl, CheckBox* ) ;
DECL_LINK( LocaleSettingHdl, SvxLanguageBox* ) ;