summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/ifc/style/_ParagraphProperties.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java b/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java
index d1f134b9f258..88b1cae74dce 100644
--- a/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java
+++ b/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java
@@ -329,23 +329,23 @@ public class _ParagraphProperties extends MultiPropertyTest {
NumberingRules = (XIndexReplace) AnyConverter.toObject(
new Type(XIndexReplace.class), oObj.getPropertyValue("NumberingRules"));
} catch (com.sun.star.lang.IllegalArgumentException ex) {
- Status.failed( "could not get NumberingRuels: "+ ex.toString() );
+ log.println("could not get NumberingRules: "+ ex.toString() );
return;
} catch (UnknownPropertyException ex) {
- Status.failed( "could not get NumberingRuels: "+ ex.toString() );
+ log.println( "could not get NumberingRules: "+ ex.toString() );
return;
} catch (WrappedTargetException ex) {
- Status.failed( "could not get NumberingRuels: "+ ex.toString() );
+ log.println( "could not get NumberingRules: "+ ex.toString() );
return;
}
try {
propertyValues = (PropertyValue[]) NumberingRules.getByIndex(0);
} catch (com.sun.star.lang.IndexOutOfBoundsException ex) {
- Status.failed( "could not get NumberlingLevel-Array from NumberingRuels: "+ ex.toString() );
+ log.println( "could not get NumberlingLevel-Array from NumberingRules: "+ ex.toString() );
return;
} catch (WrappedTargetException ex) {
- Status.failed( "could not get NumberlingLevel-Array from NumberingRuels: "+ ex.toString() );
+ log.println( "could not get NumberlingLevel-Array from NumberingRules: "+ ex.toString() );
return;
}