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.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
index 5942b69fd63f..6a28371f0ccc 100644
--- a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
+++ b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java
@@ -56,7 +56,7 @@ public class _XComponentContext extends MultiMethodTest {
log.println("worked .... ok");
res &= true;
} catch (com.sun.star.uno.Exception e) {
- log.println("Exception occured " + e.getMessage());
+ log.println("Exception occurred " + e.getMessage());
res &= false;
}
}