diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-05 14:13:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-11 08:18:18 +0200 |
commit | c72ce293de07e2c8f13a3565fdd681773dc51144 (patch) | |
tree | 39017819e554037253d7065e330bbbc6fe480f79 /sw/source/ui/misc | |
parent | c54b276beb30c36cee4d7cf2ccbd552c526777e7 (diff) |
svx: sal_Bool->bool
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
Diffstat (limited to 'sw/source/ui/misc')
-rw-r--r-- | sw/source/ui/misc/srtdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/srtdlg.cxx b/sw/source/ui/misc/srtdlg.cxx index 3eb2e52cb831..c28cf09619c2 100644 --- a/sw/source/ui/misc/srtdlg.cxx +++ b/sw/source/ui/misc/srtdlg.cxx @@ -204,7 +204,7 @@ SwSortDlg::SwSortDlg(Window* pParent, SwWrtShell &rShell) if( LANGUAGE_NONE == nLang || LANGUAGE_DONTKNOW == nLang ) nLang = (sal_uInt16)GetAppLanguage(); - m_pLangLB->SetLanguageList( LANG_LIST_ALL | LANG_LIST_ONLY_KNOWN, sal_True, sal_False); + m_pLangLB->SetLanguageList( LANG_LIST_ALL | LANG_LIST_ONLY_KNOWN, true, false); m_pLangLB->SelectLanguage( nLang ); LanguageHdl( 0 ); |