diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-31 14:35:18 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-01 07:38:08 +0200 |
commit | cb66ea3604ea441ddd03df706bb30e6063fb9a52 (patch) | |
tree | 6bda45549881a9456da3141f832f63378d7b4b35 /cui/source/options | |
parent | 95d7ebd22dd20da5a7a26000494b553944fc23ee (diff) |
linguistic: sal_Bool->bool
Change-Id: Ie2366b25a1f81a5b25142e8b9a727bcc2f585c14
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/optdict.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx index 6a060430121d..189a5114c02e 100644 --- a/cui/source/options/optdict.cxx +++ b/cui/source/options/optdict.cxx @@ -621,7 +621,7 @@ IMPL_LINK(SvxEditDictionaryDialog, NewDelHdl, PushButton*, pBtn) nAddRes = linguistic::AddEntryToDic( xDic, aNewWord, bIsNegEntry, - aRplcText, LanguageTag( xDic->getLocale() ).getLanguageType(), sal_False ); + aRplcText, LanguageTag( xDic->getLocale() ).getLanguageType(), false ); } } if (DIC_ERR_NONE != nAddRes) |