summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellsObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellsObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
index c8848a503cf1..923f10c8ecc4 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
@@ -60,6 +60,7 @@ public class ScCellsObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object
@@ -78,6 +79,7 @@ public class ScCellsObj extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface (XComponent.class, xSheetDoc) ;
@@ -94,6 +96,7 @@ public class ScCellsObj extends TestCase {
* <code>com.sun.star.sheet.Cells</code>.
* @see com.sun.star.sheet.XCellRangesQuery
*/
+ @Override
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
XInterface oObj = null;