summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-23 18:10:35 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-24 21:16:38 +0100
commitb0f40d0252f94f01965035313f0f91bf2a3775e6 (patch)
treed50be6458b95bbc71f9c1889d008c8be4f6a7517 /svx
parent6d923577482be0cc629ca5de42b8c14e2af1b195 (diff)
loplugin:literaltoboolconversion
Change-Id: Ibecd561c1d27e129ad1f481bdb7f8a7bb4d0f8d8 (cherry picked from commit 40833b49ebdef2e5ab9ece33fc558fd0929f4e8d)
Diffstat (limited to 'svx')
-rw-r--r--svx/source/items/customshapeitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx
index cb6e1fa7f8f4..d543feadae17 100644
--- a/svx/source/items/customshapeitem.cxx
+++ b/svx/source/items/customshapeitem.cxx
@@ -336,7 +336,7 @@ bool SdrCustomShapeGeometryItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMe
{
if (aPropSeq[i].Name == aPropSeq[j].Name)
{
- assert(0); // serious bug: duplicate xml attribute exported
+ assert(false); // serious bug: duplicate xml attribute exported
OUString const name(aPropSeq[i].Name);
aPropSeq.realloc(0);
throw uno::RuntimeException(