summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java b/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
index 647e1c82e86c..7be503cfc9f5 100644
--- a/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
@@ -66,6 +66,7 @@ public class ScStyleFamilyObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -82,6 +83,7 @@ public class ScStyleFamilyObj extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xSheetDoc " );
XComponent oComp = UnoRuntime.queryInterface (XComponent.class, xSpreadsheetDoc) ;
@@ -111,6 +113,7 @@ public class ScStyleFamilyObj extends TestCase {
* </ul>
* @see com.sun.star.style.CellStyle
*/
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
// creation of testobject here