summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
index 76a7be2593dc..6b5bba477a81 100644
--- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
+++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
@@ -159,12 +159,12 @@ public class _XDocumentInsertable extends MultiMethodTest {
}
} catch (com.sun.star.lang.IllegalArgumentException ex) {
- log.println("Exception occured while testing "+
+ log.println("Exception occurred while testing "+
"insertDocumentFromURL()");
ex.printStackTrace(log);
result = false ;
} catch (com.sun.star.io.IOException ex) {
- log.println("Exception occured while testing "+
+ log.println("Exception occurred while testing "+
"insertDocumentFromURL()");
ex.printStackTrace(log);
result = false ;