summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
index 6e568bce3bba..7d66599f9922 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
@@ -102,6 +102,7 @@ public class ScCellCursorObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize(TestParameters tParam, PrintWriter log) {
SOfficeFactory SOF = SOfficeFactory.getFactory(
tParam.getMSF());
@@ -119,6 +120,7 @@ public class ScCellCursorObj extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xSheetDoc ");
@@ -143,6 +145,7 @@ public class ScCellCursorObj extends TestCase {
* retieved from collection)</li>
* </ul>
*/
+ @Override
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param,
PrintWriter log) {
XInterface oObj = null;