diff options
Diffstat (limited to 'qadevOOo')
-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", "", "", |