summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java')
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
index e9b41cb1819c..8399a9d25f09 100644
--- a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
+++ b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
@@ -53,6 +53,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
private XMultiServiceFactory xMSF = null;
private Point point = null;
+ @Override
public void before() {
docModel = UnoRuntime.queryInterface(
XModel.class,tEnv.getObjRelation("FirstModel"));
@@ -70,6 +71,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
utils.shortWait(3000);
}
+ @Override
public void after() {
if (xCI != null) {
oObj.releaseContextMenuInterceptor(xCI);