summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java
index 9830a6699a76..47ec935175ee 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Chart/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
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF());
@@ -84,6 +85,7 @@ public class XMLContentImporter extends TestCase {
/**
* Close document
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
if( xChartDoc!=null ) {
log.println( " closing xChartDoc" );
@@ -112,6 +114,7 @@ public class XMLContentImporter extends TestCase {
* {@link ifc.document._XImporter} interface </li>
* </ul>
*/
+ @Override
public synchronized TestEnvironment createTestEnvironment
(TestParameters tParam, PrintWriter log ) {