summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java b/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java
index 01d53899a034..7a41fc0603c0 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XFormulaQuery.java
@@ -40,6 +40,7 @@ public class _XFormulaQuery extends MultiMethodTest {
private int[] miExpectedDependentValues;
private int[] miExpectedPrecedentValues;
+ @Override
protected void before() {
oSheet = (XSpreadsheet)tEnv.getObjRelation("SHEET");
@@ -181,6 +182,7 @@ public class _XFormulaQuery extends MultiMethodTest {
/**
* Forces environment recreation.
*/
+ @Override
protected void after() {
disposeEnvironment();
}