Kaydet (Commit) 1db8bc21 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326137 Logically dead code

Change-Id: Ib0dcae05793927ecca4e8031e66b6ca1bf4721f7
üst 32ca4302
......@@ -123,14 +123,13 @@ public class _NumberingLevel {
if ( NumberingLevel.containsKey(propertyName) ) {
NumberingLevel.remove(propertyName);
} else {
status = false;
if ( status ) {
log.println("FAILED: com.sun.star.text.NumberingLevel -> " +
"found not described property:");
}
if ( status ) {
log.println("FAILED: com.sun.star.text.NumberingLevel -> " +
"found not described property:");
}
status = false;
log.println("-> '" + propertyName + "'");
status = false;
log.println("-> '" + propertyName + "'");
}
}
......
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