summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java
index 3d6456b70c99..6ea054549505 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleSpreadsheet.java
@@ -71,6 +71,7 @@ public class ScAccessibleSpreadsheet extends TestCase {
/**
* Creates a spreadsheet document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
try {
@@ -86,6 +87,7 @@ public class ScAccessibleSpreadsheet extends TestCase {
/**
* Disposes a spreadsheet document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface
@@ -98,6 +100,7 @@ public class ScAccessibleSpreadsheet extends TestCase {
* Creating a Testenvironment for the interfaces to be tested.
* Obtains the accessible object for the spreadsheet.
*/
+ @Override
public synchronized TestEnvironment createTestEnvironment
( TestParameters Param, PrintWriter log )
throws StatusException {