summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java
index 01f45b995f7a..1e3624e8d3ff 100644
--- a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsEnumeration.java
@@ -46,6 +46,7 @@ public class ScUniqueCellFormatsEnumeration extends TestCase {
/**
* Creates Spreadsheet document.
*/
+ @Override
protected void initialize(TestParameters tParam, PrintWriter log) {
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory(
@@ -64,10 +65,12 @@ public class ScUniqueCellFormatsEnumeration 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");