summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java b/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java
index fea56fe90d9d..81ff087ff5b1 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java
@@ -61,6 +61,7 @@ public class ScAnnotationTextCursor extends TestCase {
private XSpreadsheetDocument xSheetDoc = null;
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -75,6 +76,7 @@ public class ScAnnotationTextCursor extends TestCase {
}
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface
@@ -86,6 +88,7 @@ public class ScAnnotationTextCursor extends TestCase {
/**
* creating a Testenvironment for the interfaces to be tested
*/
+ @Override
public synchronized TestEnvironment createTestEnvironment
( TestParameters Param, PrintWriter log )
throws StatusException {