summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java
index 8f9400c03d7e..5129138c9841 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java
@@ -65,6 +65,7 @@ public class XMLContentImporter extends TestCase {
/**
* New chart document created.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object
@@ -83,6 +84,7 @@ public class XMLContentImporter extends TestCase {
/**
* Disposes document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing document " );
xImpressDoc.dispose();
@@ -107,6 +109,7 @@ public class XMLContentImporter extends TestCase {
* {@link ifc.document._XImporter} interface </li>
* </ul>
*/
+ @Override
public synchronized TestEnvironment createTestEnvironment
(TestParameters tParam,PrintWriter log) throws StatusException {