diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-29 23:19:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-05 09:24:40 +0200 |
commit | f6fb5a17da883e89cae6f7a960266fc87ccc9f6b (patch) | |
tree | 058efebab6d3b5ef21d42a3c1191eeddf890e4cc /qadevOOo | |
parent | d633e80334b2472e7d99e253b761acd9b72f290b (diff) |
Fix typos
Change-Id: I92078fdece135754744d85424956dbb071f3899e
Reviewed-on: https://gerrit.libreoffice.org/53638
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/container/_XNameReplace.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/table/_XCellCursor.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XNameReplace.java b/qadevOOo/tests/java/ifc/container/_XNameReplace.java index 3b248272127c..d0ca7097147a 100644 --- a/qadevOOo/tests/java/ifc/container/_XNameReplace.java +++ b/qadevOOo/tests/java/ifc/container/_XNameReplace.java @@ -55,7 +55,7 @@ import com.sun.star.uno.UnoRuntime; * taken instance. If there is no such relation, it initialize with 1. * <p> * In one of the last steps the replaced object will be compared with the old -* object. For that it is necessary that every thread replace it's own object. +* object. For that it is necessary that every thread replace its own object. * INSTANCEn are n Objectrelations so that every thread can insert its own * object. n depends on the variable THRCNT which and comes from API.INI * Some Object-Container can't replace the first that comes belong. So in diff --git a/qadevOOo/tests/java/ifc/table/_XCellCursor.java b/qadevOOo/tests/java/ifc/table/_XCellCursor.java index a01c4667c5b1..a78991abbe8a 100644 --- a/qadevOOo/tests/java/ifc/table/_XCellCursor.java +++ b/qadevOOo/tests/java/ifc/table/_XCellCursor.java @@ -172,7 +172,7 @@ public class _XCellCursor extends MultiMethodTest { * movement. <p> */ public void _gotoEnd(){ - //gotoEnd gets it's own cursor to see a change + //gotoEnd gets its own cursor to see a change XSpreadsheet oSheet = (XSpreadsheet) tEnv.getObjRelation("SHEET"); XCellRange testRange = oSheet.getCellRangeByName("$A$1:$g$7") ; XSheetCellRange testSheetRange = UnoRuntime.queryInterface(XSheetCellRange.class,testRange); diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java b/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java index b22489ac34a9..fed159a320b2 100644 --- a/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java +++ b/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java @@ -35,7 +35,7 @@ import com.sun.star.text.XAutoTextGroup; */ public class _XAutoTextContainer extends MultiMethodTest { public XAutoTextContainer oObj = null; - // every Thread must insert it's own AutoTextContainer: + // every Thread must insert its own AutoTextContainer: public String Name = ""; /** |