summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java b/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
index d0554788bd42..29705c6e84a9 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
@@ -65,6 +65,7 @@ public class _XCellRangesQuery extends MultiMethodTest {
public static final int QUERYROWDIFFERENCES = 5;
public static final int QUERYVISIBLECELLS = 6;
+ @Override
protected void before() {
oSheet = (XSpreadsheet) tEnv.getObjRelation("SHEET");
@@ -290,6 +291,7 @@ public class _XCellRangesQuery extends MultiMethodTest {
/**
* Forces environment recreation.
*/
+ @Override
protected void after() {
if(bMakeEntriesAndDispose) {
disposeEnvironment();