summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java b/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java
index d8b3c79d29b8..6d82722f9f3f 100644
--- a/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java
+++ b/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java
@@ -129,7 +129,7 @@ public class _XMultiServiceFactory extends MultiMethodTest {
Object Inst = oObj.createInstance(services[k]);
res = (Inst != null);
} catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured during createInstance()");
+ log.println("Exception occurred during createInstance()");
ex.printStackTrace(log);
res = false;
}
@@ -181,7 +181,7 @@ public class _XMultiServiceFactory extends MultiMethodTest {
res &= (Inst != null);
} catch (com.sun.star.uno.Exception ex) {
log.println(
- "Exception occured during createInstanceWithArguments()");
+ "Exception occurred during createInstanceWithArguments()");
ex.printStackTrace(log);
res = false;
}