summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
index 8ca54543e4c5..937634930475 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
@@ -64,6 +64,7 @@ public class ScDDELinksObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -81,6 +82,7 @@ public class ScDDELinksObj extends TestCase {
/**
* Disposes Spreadsheet document and testdocument.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.
@@ -102,6 +104,7 @@ public class ScDDELinksObj extends TestCase {
* @see com.sun.star.frame.Desktop
* @see com.sun.star.sheet.DDELinks
*/
+ @Override
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
XInterface oObj = null;