summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java b/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java
index 626110ecb41b..ea8f9c32e14c 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAnnotationShapeObj.java
@@ -73,6 +73,7 @@ public class ScAnnotationShapeObj extends TestCase {
/**
* Creates a spreadsheet document.
*/
+ @Override
protected void initialize(TestParameters tParam, PrintWriter log) {
SOfficeFactory SOF =
SOfficeFactory.getFactory(tParam
@@ -96,6 +97,7 @@ public class ScAnnotationShapeObj extends TestCase {
/**
* Disposes a spreadsheet document.
*/
+ @Override
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xSheetDoc ");
@@ -119,6 +121,7 @@ public class ScAnnotationShapeObj extends TestCase {
* contains the annotation cell address.</li>
* </ul>
*/
+ @Override
public synchronized TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) throws StatusException {
XInterface oObj = null;