summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTextSections.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextSections.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextSections.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextSections.java b/qadevOOo/tests/java/mod/_sw/SwXTextSections.java
index 3af9c0c74aa8..4a136e168d86 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextSections.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextSections.java
@@ -45,6 +45,7 @@ import com.sun.star.uno.XInterface;
public class SwXTextSections extends TestCase {
XTextDocument xTextDoc;
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -58,6 +59,7 @@ public class SwXTextSections extends TestCase {
}
}
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " );
util.DesktopTools.closeDoc(xTextDoc);
@@ -66,6 +68,7 @@ public class SwXTextSections extends TestCase {
/**
* creating a Testenvironment for the interfaces to be tested
*/
+ @Override
public synchronized TestEnvironment createTestEnvironment
(TestParameters Param, PrintWriter log ) throws StatusException {