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, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XConnectable.java b/qadevOOo/tests/java/ifc/io/_XConnectable.java
index c46cc881f882..8c8d061b9c7c 100644
--- a/qadevOOo/tests/java/ifc/io/_XConnectable.java
+++ b/qadevOOo/tests/java/ifc/io/_XConnectable.java
@@ -53,7 +53,7 @@ public class _XConnectable extends MultiMethodTest {
*/
public void before() {
XInterface x = (XInterface)tEnv.getObjRelation("Connectable");
- xConnect = (XConnectable)UnoRuntime.queryInterface(
+ xConnect = UnoRuntime.queryInterface(
XConnectable.class, x) ;
}