summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/chart/_ChartAxisZSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_ChartAxisZSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartAxisZSupplier.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartAxisZSupplier.java b/qadevOOo/tests/java/ifc/chart/_ChartAxisZSupplier.java
index 42ba8b17af78..33e2e8afec10 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartAxisZSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartAxisZSupplier.java
@@ -52,6 +52,7 @@ public class _ChartAxisZSupplier extends MultiPropertyTest {
* Retrieves object relations and prepares a chart document.
* @throws StatusException if one of relations not found.
*/
+ @Override
protected void before() {
log.println("Setting Diagram type to BarDiagram");
XChartDocument doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC");
@@ -186,6 +187,7 @@ public class _ChartAxisZSupplier extends MultiPropertyTest {
/**
* Forces environment recreation.
*/
+ @Override
protected void after() {
disposeEnvironment();
}