summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellsObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellsObj.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
index a1afd6aa61c2..d99a060e4ecc 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
@@ -134,15 +134,15 @@ public class ScCellsObj extends TestCase {
cellArr[2] = oCell_2;
cellArr[1] = 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);
}