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, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java b/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
index 1e1636e13709..a7092aa91ce2 100644
--- a/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
+++ b/qadevOOo/tests/java/ifc/io/_XActiveDataSource.java
@@ -55,7 +55,7 @@ public class _XActiveDataSource extends MultiMethodTest {
*/
public void before() {
XInterface x = (XInterface)tEnv.getObjRelation("OutputStream");
- oStream = (XOutputStream) UnoRuntime.queryInterface
+ oStream = UnoRuntime.queryInterface
(XOutputStream.class, x) ;
}