summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java b/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java
index 4f6b4270ab1f..0d005fd7de72 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellSearchObj.java
@@ -64,6 +64,7 @@ public class ScCellSearchObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF());
@@ -81,6 +82,7 @@ public class ScCellSearchObj extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface (XComponent.class, xSheetDoc) ;
@@ -96,6 +98,7 @@ public class ScCellSearchObj extends TestCase {
* implemented by a spreasheet.
* @see com.sun.star.util.XSearchable
*/
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
XInterface oObj = null;