summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java b/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java
index 6c627c81a7d4..0b8fdb561fad 100644
--- a/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java
+++ b/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java
@@ -41,6 +41,7 @@ public class _XMultiComponentFactory extends MultiMethodTest {
public XComponentContext xContext = null;
private String[] availableServiceNames = null;
+ @Override
public void before(){
xContext = (XComponentContext)tEnv.getObjRelation("DC");
availableServiceNames = (String[])tEnv.getObjRelation("XMultiComponentFactory.ServiceNames");