summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java
index 4ad6f34ce751..5c9376a589e0 100644
--- a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java
@@ -45,6 +45,7 @@ public class ScUniqueCellFormatsObj extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize(TestParameters tParam, PrintWriter log) {
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory(
@@ -63,10 +64,12 @@ public class ScUniqueCellFormatsObj extends TestCase {
/**
* Disposes Spreadsheet document.
*/
+ @Override
protected void cleanup(TestParameters tParam, PrintWriter log) {
util.DesktopTools.closeDoc(xSheetDoc);
}
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters tParam,
PrintWriter log) {
log.println("Getting the first sheet");