From 5b1b1e55ce492ceb1a907833f7073b46451760c6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Apr 2014 11:39:08 +0200 Subject: cui: sal_Bool->bool Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609 --- cui/source/options/optgdlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/options/optgdlg.hxx') 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; -- cgit