summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
index a85c26ac960b..ae85eb03a9cc 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
@@ -182,19 +182,19 @@ public class ScCellCursorObj extends TestCase {
oSheet.getCellByPosition(3, 2).setFormula("xTextDoc");
oSheet.getCellByPosition(3, 3).setFormula("xTextDoc");
} 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.container.NoSuchElementException 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);
}