summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
index 1bc68938ce41..c07760be1906 100644
--- a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
+++ b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
@@ -112,7 +112,7 @@ public class _XSingleServiceFactory extends MultiMethodTest {
tRes.tested("createInstance()",
(negative && Inst == null) || (!negative && bOK));
} catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured during createInstance()");
+ log.println("Exception occurred during createInstance()");
if (negative) {
ex.printStackTrace(log);
}
@@ -157,7 +157,7 @@ public class _XSingleServiceFactory extends MultiMethodTest {
tRes.tested("createInstanceWithArguments()", bOK);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured during createInstanceWithArguments()");
+ log.println("Exception occurred during createInstanceWithArguments()");
ex.printStackTrace(log);
tRes.tested("createInstanceWithArguments()",false);
}