summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_BaseIndex.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_BaseIndex.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_BaseIndex.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_BaseIndex.java b/qadevOOo/tests/java/ifc/text/_BaseIndex.java
index 8064852ea662..cde719390910 100644
--- a/qadevOOo/tests/java/ifc/text/_BaseIndex.java
+++ b/qadevOOo/tests/java/ifc/text/_BaseIndex.java
@@ -130,13 +130,13 @@ public class _BaseIndex extends MultiPropertyTest {
indProp.replaceByIndex(0, newVal);
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured while testing LevelFormat");
+ log.println("Exception occurred while testing LevelFormat");
e.printStackTrace(log);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured while testing LevelFormat");
+ log.println("Exception occurred while testing LevelFormat");
e.printStackTrace(log);
} catch (com.sun.star.lang.IllegalArgumentException e) {
- log.println("Exception occured while testing LevelFormat");
+ log.println("Exception occurred while testing LevelFormat");
e.printStackTrace(log);
}
@@ -190,10 +190,10 @@ public class _BaseIndex extends MultiPropertyTest {
}
}
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured while printing LevelFormat");
+ log.println("Exception occurred while printing LevelFormat");
e.printStackTrace(log);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured while printing LevelFormat");
+ log.println("Exception occurred while printing LevelFormat");
e.printStackTrace(log);
}
}