summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/io/_XObjectInputStream.java')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XObjectInputStream.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java b/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java
index 04858de3093c..01235e3d39d8 100644
--- a/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java
@@ -95,10 +95,10 @@ public class _XObjectInputStream extends MultiMethodTest {
XPropertySet props1 = null ;
XPropertySet props2 = null ;
- props1 = (XPropertySet) UnoRuntime.queryInterface
+ props1 = UnoRuntime.queryInterface
(XPropertySet.class, objRead) ;
- props2 = (XPropertySet) UnoRuntime.queryInterface
+ props2 = UnoRuntime.queryInterface
(XPropertySet.class, objWrite) ;
if (props1 == null) {