summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
index 1333c6011b89..588242ad6a3d 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
@@ -52,6 +52,7 @@ public class _ChartTwoAxisYSupplier 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 _ChartTwoAxisYSupplier extends MultiPropertyTest {
/**
* Sets the old diagram for a chart document.
*/
+ @Override
protected void after() {
doc.setDiagram(oldDiagram);
}