summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/io/_XConnectable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/io/_XConnectable.java')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XConnectable.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XConnectable.java b/qadevOOo/tests/java/ifc/io/_XConnectable.java
index 8c8d061b9c7c..35742e8d4dee 100644
--- a/qadevOOo/tests/java/ifc/io/_XConnectable.java
+++ b/qadevOOo/tests/java/ifc/io/_XConnectable.java
@@ -51,6 +51,7 @@ public class _XConnectable extends MultiMethodTest {
/**
* Get another connectable object from object relations.
*/
+ @Override
public void before() {
XInterface x = (XInterface)tEnv.getObjRelation("Connectable");
xConnect = UnoRuntime.queryInterface(
@@ -116,6 +117,7 @@ public class _XConnectable extends MultiMethodTest {
/**
* Forces object environment recreation.
*/
+ @Override
public void after() {
this.disposeEnvironment() ;
}