summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java
index d7e0cba94216..9ad004d868ec 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java
@@ -64,6 +64,7 @@ public class ScCellFieldsObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -81,6 +82,7 @@ public class ScCellFieldsObj 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 ScCellFieldsObj extends TestCase {
* of the cell in the spreadsheet. Then the component is obtained
* by <code>XTextFieldsSupplier</code> interface of a cell.<p>
*/
+ @Override
protected synchronized TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {