summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XCalculatable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XCalculatable.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XCalculatable.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XCalculatable.java b/qadevOOo/tests/java/ifc/sheet/_XCalculatable.java
index 7176d388d640..260b452b131c 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XCalculatable.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XCalculatable.java
@@ -35,6 +35,7 @@ public class _XCalculatable extends MultiMethodTest {
* Get object relation: four cells with values and formulas.
* @see mod._sc.ScModelObj
*/
+ @Override
public void before() {
xCells = (XCell[])tEnv.getObjRelation("XCalculatable.Cells");
if (xCells == null || xCells.length != 3)
@@ -45,6 +46,7 @@ public class _XCalculatable extends MultiMethodTest {
/**
* Restore begin setting
*/
+ @Override
public void after() {
// reset to begin value
oObj.enableAutomaticCalculation(bIsAutomaticCalculationEnabled);