summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/_XLoadable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/_XLoadable.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/_XLoadable.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/form/_XLoadable.java b/qadevOOo/tests/java/ifc/form/_XLoadable.java
index 9106a3ecd609..ed7bf18270d9 100644
--- a/qadevOOo/tests/java/ifc/form/_XLoadable.java
+++ b/qadevOOo/tests/java/ifc/form/_XLoadable.java
@@ -93,6 +93,7 @@ public class _XLoadable extends MultiMethodTest {
/**
* Creates new listener.
*/
+ @Override
public void before() {
loadListener = new TestLoadListener(log) ;
}
@@ -231,6 +232,7 @@ public class _XLoadable extends MultiMethodTest {
tRes.tested("removeLoadListener()", result) ;
}
+ @Override
protected void after() {
disposeEnvironment();
}