summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java b/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java
index eec83adea83b..ca61c91d2977 100644
--- a/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java
+++ b/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java
@@ -56,7 +56,7 @@ public class _XTablesSupplier extends MultiMethodTest {
XServiceInfo info = null ;
try {
- info = (XServiceInfo) UnoRuntime.queryInterface
+ info = UnoRuntime.queryInterface
(XServiceInfo.class, tabs.getByName(tabNames[0])) ;
} catch (com.sun.star.uno.Exception e) {}