summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container/_XContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/container/_XContainer.java')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XContainer.java b/qadevOOo/tests/java/ifc/container/_XContainer.java
index aa1fbcfb8090..dd69bbdc0b99 100644
--- a/qadevOOo/tests/java/ifc/container/_XContainer.java
+++ b/qadevOOo/tests/java/ifc/container/_XContainer.java
@@ -92,7 +92,7 @@ public class _XContainer extends MultiMethodTest {
oObj = UnoRuntime.queryInterface(XContainer.class, altObj);
}
- NC = (XNameContainer) UnoRuntime.queryInterface
+ NC = UnoRuntime.queryInterface
(XNameContainer.class, oObj) ;
Object container = null;