summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbc/_XCloseable.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XCloseable.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
index 377f597f814b..56d149fa74f9 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
@@ -57,8 +57,7 @@ public class _XCloseable extends MultiMethodTest {
res = false;
}
- XResultSet resSet = (XResultSet)
- UnoRuntime.queryInterface(XResultSet.class, oObj);
+ XResultSet resSet = UnoRuntime.queryInterface(XResultSet.class, oObj);
if (resSet != null) {
try {