summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_XWordCursor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_XWordCursor.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XWordCursor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XWordCursor.java b/qadevOOo/tests/java/ifc/text/_XWordCursor.java
index a2506b674d5f..47474472af1e 100644
--- a/qadevOOo/tests/java/ifc/text/_XWordCursor.java
+++ b/qadevOOo/tests/java/ifc/text/_XWordCursor.java
@@ -43,6 +43,7 @@ public class _XWordCursor extends MultiMethodTest {
/**
* Moves the cursor to start of the text.
*/
+ @Override
public void before() {
oObj.gotoStart(false);
}