diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-23 18:10:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-23 18:10:35 +0100 |
commit | 40833b49ebdef2e5ab9ece33fc558fd0929f4e8d (patch) | |
tree | 53b9621ad85b9951a9f9e3ecaf07ea02a9b26fb9 /svx | |
parent | aa3abc8cb6ece6fd98a438a3617e66d11846638b (diff) |
loplugin:literaltoboolconversion
Change-Id: Ibecd561c1d27e129ad1f481bdb7f8a7bb4d0f8d8
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/customshapeitem.cxx | 2 |
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( |