summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java b/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java
index ae2bc2023ab7..93446c9ed2e0 100644
--- a/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScFunctionListObj.java
@@ -58,6 +58,7 @@ public class ScFunctionListObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -75,6 +76,7 @@ public class ScFunctionListObj extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface (XComponent.class, xSheetDoc) ;
@@ -87,6 +89,7 @@ public class ScFunctionListObj extends TestCase {
* <code>com.sun.star.sheet.FunctionDescriptions</code>.
* @see com.sun.star.sheet.FunctionDescriptions
*/
+ @Override
public synchronized TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) throws StatusException {