summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java
index 643374cae18e..08511618e68d 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java
@@ -66,6 +66,7 @@ public class XMLContentExporter extends TestCase {
/**
* New text document created.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object
@@ -84,6 +85,7 @@ public class XMLContentExporter extends TestCase {
/**
* Close document
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
if( xChartDoc!=null ) {
log.println( " closing xChartDoc" );
@@ -113,6 +115,7 @@ public class XMLContentExporter extends TestCase {
* {@link ifc.document._XExporter} interface </li>
* </ul>
*/
+ @Override
protected synchronized TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
XMultiServiceFactory xMSF = tParam.getMSF() ;