summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java b/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java
index 94cbf3e038e8..299648662f21 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObjects.java
@@ -50,6 +50,7 @@ public class SwXTextGraphicObjects extends TestCase {
* @see PrintWriter
*
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
try {
@@ -73,6 +74,7 @@ public class SwXTextGraphicObjects extends TestCase {
* @see PrintWriter
*
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " );
util.DesktopTools.closeDoc(xTextDoc);
@@ -90,6 +92,7 @@ public class SwXTextGraphicObjects extends TestCase {
* @see TestParameters
* @see PrintWriter
*/
+ @Override
public TestEnvironment createTestEnvironment( TestParameters tParam,
PrintWriter log )
throws StatusException {