summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
index 3f153c9fa1ac..4917329a59f2 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
@@ -63,7 +63,8 @@ public class ScAreaLinksObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
- protected void initialize( TestParameters tParam, PrintWriter log ) {
+ @Override
+protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
try {
@@ -80,6 +81,7 @@ public class ScAreaLinksObj extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface
@@ -95,6 +97,7 @@ public class ScAreaLinksObj extends TestCase {
* collection, which has a source in the same document. The
* link collection is passed as a tested object.
*/
+ @Override
public synchronized TestEnvironment createTestEnvironment
(TestParameters Param, PrintWriter log){