summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_XTextCursor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_XTextCursor.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XTextCursor.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XTextCursor.java b/qadevOOo/tests/java/ifc/text/_XTextCursor.java
index d5c276c06f49..06217abf179c 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextCursor.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextCursor.java
@@ -52,6 +52,7 @@ public class _XTextCursor extends MultiMethodTest {
/**
* Stores component's text.
*/
+ @Override
public void before() {
oObj.gotoStart(false);
oObj.gotoEnd(true);
@@ -223,6 +224,7 @@ public class _XTextCursor extends MultiMethodTest {
* Restores the text of the component to the
* state it was before this interafce test.
*/
+ @Override
public void after() {
oObj.gotoStart(false);
oObj.gotoEnd(true);