summaryrefslogtreecommitdiff
path: root/linguistic/source/spelldsp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:01:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:25 +0100
commiteba294468bc5a3147f4b710c91ce3e6374cc694a (patch)
tree2ddbebfc8800e4e4654be64668588e95c5596cee /linguistic/source/spelldsp.cxx
parent4d9d22e9cda685d80cabb37f139963eeb12b6db7 (diff)
bool improvements
Change-Id: I2337b6ffd51c24a3d2de80591bf3b989b2c5936d
Diffstat (limited to 'linguistic/source/spelldsp.cxx')
-rw-r--r--linguistic/source/spelldsp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx
index bd995191a367..9438bcb38710 100644
--- a/linguistic/source/spelldsp.cxx
+++ b/linguistic/source/spelldsp.cxx
@@ -380,7 +380,7 @@ sal_Bool SpellCheckerDispatcher::isValid_Impl(
}
catch (uno::Exception &)
{
- DBG_ASSERT( 0, "createInstanceWithArguments failed" );
+ DBG_ASSERT( false, "createInstanceWithArguments failed" );
}
pRef [i] = xSpell;
@@ -566,7 +566,7 @@ Reference< XSpellAlternatives > SpellCheckerDispatcher::spell_Impl(
}
catch (uno::Exception &)
{
- DBG_ASSERT( 0, "createInstanceWithArguments failed" );
+ DBG_ASSERT( false, "createInstanceWithArguments failed" );
}
pRef [i] = xSpell;
@@ -697,7 +697,7 @@ Reference< XSpellAlternatives > SpellCheckerDispatcher::spell_Impl(
{
if (xRes.is())
{
- DBG_ASSERT( 0, "XSetSpellAlternatives not implemented!" );
+ DBG_ASSERT( false, "XSetSpellAlternatives not implemented!" );
}
else if (aProposals.getLength() > 0)
{