summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java b/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java
index 5177c8e666af..294a0d4a8902 100644
--- a/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java
@@ -50,6 +50,7 @@ public class ScRecentFunctionsObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -66,6 +67,7 @@ public class ScRecentFunctionsObj extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface(XComponent.class, xSheetDoc) ;
@@ -83,6 +85,7 @@ public class ScRecentFunctionsObj extends TestCase {
* {@link ifc.sheet._XRecentFunctions}(the second created instance)</li>
* </ul>
*/
+ @Override
public synchronized TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log ) throws StatusException {