summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index 44130a772a1d..e015f4c4728e 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -150,8 +150,8 @@ class OfaLanguagesTabPage : public SfxTabPage
CheckBox* m_pCTLSupportCB;
CheckBox* m_pIgnoreLanguageChangeCB;
- sal_Bool m_bOldAsian;
- sal_Bool m_bOldCtl;
+ bool m_bOldAsian;
+ bool m_bOldCtl;
LanguageConfig_Impl* pLangConfig;
OUString m_sUserLocaleValue;