summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
index 10b1345a6248..9cbcd9ed0d0e 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
@@ -52,6 +52,7 @@ public class _ChartTwoAxisXSupplier 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");
doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC");
@@ -91,6 +92,7 @@ public class _ChartTwoAxisXSupplier extends MultiPropertyTest {
/**
* Sets the old diagram for a chart document.
*/
+ @Override
protected void after() {
doc.setDiagram(oldDiagram);
}