summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/tests/java/ifc/text/_NumberingLevel.java13
1 files changed, 6 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
index a23c7fbcb150..27e59aabd954 100644
--- a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
+++ b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
@@ -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 + "'");
}
}