summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/table/_XCellCursor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/table/_XCellCursor.java')
-rw-r--r--qadevOOo/tests/java/ifc/table/_XCellCursor.java2
1 files changed, 1 insertions, 1 deletions
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);