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 4de0687156c6..a776f7e21124 100644
--- a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
+++ b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
@@ -44,7 +44,7 @@ public class _XComponentContext extends MultiMethodTest {
log.println("try to instantiate found servicename " +
names[i]);
directly.createInstanceWithContext(names[i], oObj);
- log.println("worked .... ok");
+ log.println("worked... ok");
res &= true;
} catch (com.sun.star.uno.Exception e) {
log.println("Exception occurred " + e.getMessage());
@@ -69,4 +69,4 @@ public class _XComponentContext extends MultiMethodTest {
boolean res = ValueComparer.equalValue(byValue, directly);
tRes.tested("getValueByName()", res);
}
-} \ No newline at end of file
+}