summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/uno/_XComponentContext.java')
-rw-r--r--qadevOOo/tests/java/ifc/uno/_XComponentContext.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
index a4fd9955aef8..65363ac1bce8 100644
--- a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
+++ b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
@@ -63,8 +63,8 @@ public class _XComponentContext extends MultiMethodTest {
byValue = UnoRuntime.queryInterface(
XMultiComponentFactory.class, value);
- String[] vNames = byValue.getAvailableServiceNames();
- String[] dNames = directly.getAvailableServiceNames();
+ byValue.getAvailableServiceNames();
+ directly.getAvailableServiceNames();
boolean res = ValueComparer.equalValue(byValue, directly);
tRes.tested("getValueByName()", res);