summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/uno
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/uno')
-rw-r--r--qadevOOo/tests/java/ifc/uno/_XComponentContext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
index 9b7dfb7bae22..a4fd9955aef8 100644
--- a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
+++ b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
@@ -60,7 +60,7 @@ public class _XComponentContext extends MultiMethodTest {
Object value = oObj.getValueByName(
"/singletons/com.sun.star.lang.theServiceManager");
- byValue = (XMultiComponentFactory) UnoRuntime.queryInterface(
+ byValue = UnoRuntime.queryInterface(
XMultiComponentFactory.class, value);
String[] vNames = byValue.getAvailableServiceNames();