summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java b/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java
index 66d9c5de212d..e0e99ecedbe7 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellTextCursor.java
@@ -93,6 +93,7 @@ public class ScCellTextCursor extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -110,6 +111,7 @@ public class ScCellTextCursor extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface (XComponent.class, xSheetDoc) ;
@@ -132,6 +134,7 @@ public class ScCellTextCursor extends TestCase {
* </ul>
* @see com.sun.star.text.XText
*/
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
XInterface oObj = null;