summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/io/_XActiveDataSource.java')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XActiveDataSource.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java b/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
index a7092aa91ce2..5cd2dd3efa3d 100644
--- a/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
+++ b/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
@@ -53,6 +53,7 @@ public class _XActiveDataSource extends MultiMethodTest {
/**
* Take the XOutputStream from the environment for setting and getting.
*/
+ @Override
public void before() {
XInterface x = (XInterface)tEnv.getObjRelation("OutputStream");
oStream = UnoRuntime.queryInterface
@@ -88,6 +89,7 @@ public class _XActiveDataSource extends MultiMethodTest {
/**
* Forces object environment recreation.
*/
+ @Override
public void after() {
this.disposeEnvironment() ;
}