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.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java b/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java
index 4abeca730765..5c2bb53c81d6 100644
--- a/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java
+++ b/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,7 +49,7 @@ public class _XMultiComponentFactory extends MultiMethodTest {
public XComponentContext xContext = null;
private String[] availableServiceNames = null;
-
+
public void before(){
xContext = (XComponentContext)tEnv.getObjRelation("DC");
availableServiceNames = (String[])tEnv.getObjRelation("XMultiComponentFactory.ServiceNames");
@@ -88,7 +88,7 @@ public class _XMultiComponentFactory extends MultiMethodTest {
requiredMethod("getAvailableServiceNames()");
boolean result = true;
XInterface component = null;
-
+
try {
component = (XInterface)oObj.createInstanceWithArgumentsAndContext(
availableServiceNames[0], new Object[0], xContext);