summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/chart/_Chart3DBarProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_Chart3DBarProperties.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_Chart3DBarProperties.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_Chart3DBarProperties.java b/qadevOOo/tests/java/ifc/chart/_Chart3DBarProperties.java
index 99bb00065ddb..a255ae217414 100644
--- a/qadevOOo/tests/java/ifc/chart/_Chart3DBarProperties.java
+++ b/qadevOOo/tests/java/ifc/chart/_Chart3DBarProperties.java
@@ -50,6 +50,7 @@ public class _Chart3DBarProperties 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");
@@ -87,6 +88,7 @@ public class _Chart3DBarProperties extends MultiPropertyTest {
/**
* Sets the diagram back to 2D as 2D rendering is much faster for the following tests.
*/
+ @Override
protected void after() {
log.println("Setting Diagram back to 2D");
XChartDocument doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC");