summaryrefslogtreecommitdiff
path: root/editeng/source/misc/splwrap.cxx
diff options
context:
space:
mode:
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
{