summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScSubTotalDescriptorBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScSubTotalDescriptorBase.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScSubTotalDescriptorBase.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScSubTotalDescriptorBase.java b/qadevOOo/tests/java/mod/_sc/ScSubTotalDescriptorBase.java
index f3a80469b429..244b57c753e7 100644
--- a/qadevOOo/tests/java/mod/_sc/ScSubTotalDescriptorBase.java
+++ b/qadevOOo/tests/java/mod/_sc/ScSubTotalDescriptorBase.java
@@ -63,6 +63,7 @@ public class ScSubTotalDescriptorBase extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
public void initialize( TestParameters Param, PrintWriter log ) {
// creation of the testobject here
// first we write what we are intend to do to log file
@@ -83,6 +84,7 @@ public class ScSubTotalDescriptorBase extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface (XComponent.class, xSpreadsheetDoc) ;
@@ -98,6 +100,7 @@ public class ScSubTotalDescriptorBase extends TestCase {
* @see com.sun.star.sheet.XSubTotalCalculatable
* @see com.sun.star.sheet.SubTotalDescriptor
*/
+ @Override
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
log.println("getting sheets");