diff --git a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
index a23c7fbcb1507659b63f162f3f439e2177a8b104..27e59aabd954a051d4b3df609a70c05ccf54f436 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 + "'");
                 }
 
             }