Kaydet (Commit) 40833b49 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:literaltoboolconversion

Change-Id: Ibecd561c1d27e129ad1f481bdb7f8a7bb4d0f8d8
üst aa3abc8c
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment