summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java')
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java b/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
index 673f92036291..13d76012aa8b 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
@@ -113,6 +113,7 @@ public class SvxShapeCircle extends TestCase {
* Loads a Draw document with name 'SvxShape.sxd' from test
* documents directory
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -131,6 +132,7 @@ public class SvxShapeCircle extends TestCase {
/**
* Disposes the Draw document loaded before.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xDrawDoc " );
util.DesktopTools.closeDoc(xDrawDoc);
@@ -157,6 +159,7 @@ public class SvxShapeCircle extends TestCase {
* service. </li>
* </ul>
*/
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
XInterface oObj = null;