summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/style/_XStyle.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/style/_XStyle.java')
-rw-r--r--qadevOOo/tests/java/ifc/style/_XStyle.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/style/_XStyle.java b/qadevOOo/tests/java/ifc/style/_XStyle.java
index 09f60368f91e..f70dc804059c 100644
--- a/qadevOOo/tests/java/ifc/style/_XStyle.java
+++ b/qadevOOo/tests/java/ifc/style/_XStyle.java
@@ -103,7 +103,7 @@ public class _XStyle extends MultiMethodTest {
try {
oObj.setParentStyle(oMyStyle.getName());
} catch (com.sun.star.container.NoSuchElementException e) {
- log.println("Exception occured while method call: " + e);
+ log.println("Exception occurred while method call: " + e);
result = false ;
}