diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-09 16:56:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-10 10:32:11 +0100 |
commit | 06e5bd866b8c0bdb2d5686a3b446151abb8983fb (patch) | |
tree | 3b7026c852b90ba7462ad28b89b148b293706e7d /qadevOOo/tests/java/mod | |
parent | ce652a7f0d2745143a3e1078607a72695ce124f9 (diff) |
Fix typos
Change-Id: I2de8448564c963d3361a828bb96dcdb15eddf717
Reviewed-on: https://gerrit.libreoffice.org/46151
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java b/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java index 50726cd739b9..5e30fa9e5af2 100644 --- a/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScSheetLinkObj.java @@ -116,7 +116,7 @@ public class ScSheetLinkObj extends TestCase { XSheetLinkable SL = UnoRuntime.queryInterface(XSheetLinkable.class, oSheet); - // creating link. Doesn't matter that it refers to unexistant object. + // creating link. Doesn't matter that it refers to unexistent object. // this is for proper work of XAccess tests. String sURL = utils.getFullTestDocName("ScSheetLinksObj.ods"); SL.link(sURL, "Sheet1", "", "", com.sun.star.sheet.SheetLinkMode.VALUE); diff --git a/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java b/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java index cd209cfd8332..3a996abc81b7 100644 --- a/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScSheetLinksObj.java @@ -103,7 +103,7 @@ public class ScSheetLinksObj extends TestCase { XSheetLinkable SL = UnoRuntime.queryInterface(XSheetLinkable.class, oSheet); - // creating link. Doesn't matter that it refers to unexistant object. + // creating link. Doesn't matter that it refers to unexistent object. // this is for proper work of X*Access tests. String aSourceArea = util.utils.getFullTestURL("calcshapes.sxc"); SL.link(aSourceArea, "Sheet1", "", "", |