summaryrefslogtreecommitdiffstats
path: root/editeng/source/misc/splwrap.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:16:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:39 +0200
commit9ad66e5ae924b22c589601085c0a7355073a1daf (patch)
tree2bc7eef7dc2060c59a32d907280d6213b3b7aa98 /editeng/source/misc/splwrap.cxx
parentloplugin:salbool: Automatic rewrite of sal_False/True (diff)
downloadcore-9ad66e5ae924b22c589601085c0a7355073a1daf.tar.gz
core-9ad66e5ae924b22c589601085c0a7355073a1daf.zip
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I626b79e1450d78aec96c206db82bf64a47305d08
Diffstat (limited to 'editeng/source/misc/splwrap.cxx')
-rw-r--r--editeng/source/misc/splwrap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx
index ce565ee80094..39add29e7d93 100644
--- a/editeng/source/misc/splwrap.cxx
+++ b/editeng/source/misc/splwrap.cxx
@@ -433,7 +433,7 @@ Reference< XDictionary > SvxSpellWrapper::GetAllRightDic()
{
xDic = SvxGetOrCreatePosDic( xDicList );
if (xDic.is())
- xDic->setActive( sal_True );
+ xDic->setActive( true );
}
}
@@ -465,7 +465,7 @@ bool SvxSpellWrapper::FindSpellError()
{
if (IsAllRight() && xAllRightDic.is())
{
- xAllRightDic->add( xAlt->getWord(), sal_False, OUString() );
+ xAllRightDic->add( xAlt->getWord(), false, OUString() );
}
else
{