summaryrefslogtreecommitdiff
path: root/linguistic/source/hyphdsp.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/hyphdsp.cxx
parent4d9d22e9cda685d80cabb37f139963eeb12b6db7 (diff)
bool improvements
Change-Id: I2337b6ffd51c24a3d2de80591bf3b989b2c5936d
Diffstat (limited to 'linguistic/source/hyphdsp.cxx')
-rw-r--r--linguistic/source/hyphdsp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/hyphdsp.cxx b/linguistic/source/hyphdsp.cxx
index 0fe658c088b0..815312bad55a 100644
--- a/linguistic/source/hyphdsp.cxx
+++ b/linguistic/source/hyphdsp.cxx
@@ -338,7 +338,7 @@ Reference< XHyphenatedWord > SAL_CALL
}
catch (uno::Exception &)
{
- DBG_ASSERT( 0, "createInstanceWithArguments failed" );
+ DBG_ASSERT( false, "createInstanceWithArguments failed" );
}
pRef [i] = xHyph;
@@ -468,7 +468,7 @@ Reference< XHyphenatedWord > SAL_CALL
}
catch (uno::Exception &)
{
- DBG_ASSERT( 0, "createInstanceWithArguments failed" );
+ DBG_ASSERT( false, "createInstanceWithArguments failed" );
}
pRef [i] = xHyph;
@@ -592,7 +592,7 @@ Reference< XPossibleHyphens > SAL_CALL
}
catch (uno::Exception &)
{
- DBG_ASSERT( 0, "createWithArguments failed" );
+ DBG_ASSERT( false, "createWithArguments failed" );
}
pRef [i] = xHyph;