summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
index 2420a3f3b574..0e27e23b815c 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
@@ -137,15 +137,15 @@ public class ScCellsEnumeration extends TestCase {
cellArr[1] = oCell_2;
cellArr[2] = oCell_3;
} catch(com.sun.star.lang.WrappedTargetException e) {
- log.println ("Exception occured while creating test Object.");
+ log.println ("Exception occurred while creating test Object.");
e.printStackTrace(log);
throw new StatusException("Couldn't create test object", e);
} catch(com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println ("Exception occured while creating test Object.");
+ log.println ("Exception occurred while creating test Object.");
e.printStackTrace(log);
throw new StatusException("Couldn't create test object", e);
} catch(com.sun.star.lang.IllegalArgumentException e) {
- log.println ("Exception occured while creating test Object.");
+ log.println ("Exception occurred while creating test Object.");
e.printStackTrace(log);
throw new StatusException("Couldn't create test object", e);
}