summaryrefslogtreecommitdiff
path: root/sc/qa/complex/calcPreview/ViewForwarder.java
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex/calcPreview/ViewForwarder.java')
-rw-r--r--sc/qa/complex/calcPreview/ViewForwarder.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/qa/complex/calcPreview/ViewForwarder.java b/sc/qa/complex/calcPreview/ViewForwarder.java
index 2c23a43cf86a..4abbedc9b09f 100644
--- a/sc/qa/complex/calcPreview/ViewForwarder.java
+++ b/sc/qa/complex/calcPreview/ViewForwarder.java
@@ -112,13 +112,13 @@ public class ViewForwarder {
xCell = oSheet.getCellByPosition(0, 2) ;
xCell.setFormula("Cell 2");
} catch(com.sun.star.lang.IllegalArgumentException e) {
- System.out.println("Exception ceating relation :");
+ System.out.println("Exception creating relation :");
fail(e.getMessage());
} catch(com.sun.star.lang.WrappedTargetException e) {
- System.out.println("Exception ceating relation :");
+ System.out.println("Exception creating relation :");
fail(e.getMessage());
} catch(com.sun.star.lang.IndexOutOfBoundsException e) {
- System.out.println("Exception ceating relation :");
+ System.out.println("Exception creating relation :");
fail(e.getMessage());
}
@@ -516,13 +516,13 @@ public class ViewForwarder {
xCell = oSheet.getCellByPosition(0, 2) ;
xCell.setFormula("Cell 2");
} catch(com.sun.star.lang.IllegalArgumentException e) {
- System.out.println("Exception ceating relation :");
+ System.out.println("Exception creating relation :");
fail(e.getMessage());
} catch(com.sun.star.lang.WrappedTargetException e) {
- System.out.println("Exception ceating relation :");
+ System.out.println("Exception creating relation :");
fail(e.getMessage());
} catch(com.sun.star.lang.IndexOutOfBoundsException e) {
- System.out.println("Exception ceating relation :");
+ System.out.println("Exception creating relation :");
fail(e.getMessage());
}