summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellDialog.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-05 14:13:39 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:18 +0200
commitc72ce293de07e2c8f13a3565fdd681773dc51144 (patch)
tree39017819e554037253d7065e330bbbc6fe480f79 /cui/source/dialogs/SpellDialog.cxx
parentc54b276beb30c36cee4d7cf2ccbd552c526777e7 (diff)
svx: sal_Bool->bool
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
Diffstat (limited to 'cui/source/dialogs/SpellDialog.cxx')
-rw-r--r--cui/source/dialogs/SpellDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx
index aeae64d3c98d..a89f7e94f715 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -291,7 +291,7 @@ void SpellDialog::Init_Impl()
m_pExplainLink->SetClickHdl( LINK( this, SpellDialog, HandleHyperlink ) );
// initialize language ListBox
- m_pLanguageLB->SetLanguageList( LANG_LIST_SPELL_USED, sal_False, sal_False, sal_True );
+ m_pLanguageLB->SetLanguageList( LANG_LIST_SPELL_USED, false, false, true );
m_pSentenceED->ClearModifyFlag();
SvxGetChangeAllList()->clear();