diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-26 11:21:14 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-27 08:49:38 +0100 |
commit | 5c0af52feb2a392135489e0c1516cf4566d132cf (patch) | |
tree | 54ec985003678b3e8e19804512ce292fabff20b3 /sc/qa | |
parent | 73ded2398e2e99f6604f6b76d4129163fffd462f (diff) |
Fix typos
Change-Id: I8d5a8251a01af7cdf9832d98d8a6573b907f8532
Reviewed-on: https://gerrit.libreoffice.org/48683
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/complex/calcPreview/ViewForwarder.java | 12 |
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()); } |