summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sch/ChartLegend.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sch/ChartLegend.java')
-rw-r--r--qadevOOo/tests/java/mod/_sch/ChartLegend.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sch/ChartLegend.java b/qadevOOo/tests/java/mod/_sch/ChartLegend.java
index 652386183aab..b544872dcf2a 100644
--- a/qadevOOo/tests/java/mod/_sch/ChartLegend.java
+++ b/qadevOOo/tests/java/mod/_sch/ChartLegend.java
@@ -78,6 +78,7 @@ public class ChartLegend extends TestCase {
/**
* Creates Chart document.
*/
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF());
@@ -97,6 +98,7 @@ public class ChartLegend extends TestCase {
/**
* Disposes Chart document.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
if( xChartDoc!=null ) {
log.println( " closing xChartDoc" );
@@ -111,6 +113,7 @@ public class ChartLegend extends TestCase {
* diagram is the instance of the service
* <code>com.sun.star.chart.ChartLegend</code>.
*/
+ @Override
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
XShape oObj = null;