summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2014-07-14 19:09:11 +0000
committerArmin Le Grand <alg@apache.org>2014-07-14 19:09:11 +0000
commit3c1d4742e649fe9c8aed8c2817fe3e1f3364f298 (patch)
treee0c6e02c89aa9227726c9469da1001b3e29c41df /qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java
parentc5c31e2aeaedbdf76e1f38d3c385e34f5ed875ca (diff)
Resync to trunk, windows non-pro buildaoo/aw080
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java b/qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java
index 1b24fb6847b9..d43fa6b5d6d0 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextFieldsSupplier.java
@@ -119,19 +119,19 @@ public class _XTextFieldsSupplier extends MultiMethodTest {
the_Cursor, oContent, true);
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured while creating test Object.");
+ log.println("Exception occurred while creating test Object.");
e.printStackTrace(log);
throw new StatusException("Couldn't insert textField.URL", e);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured while creating test Object.");
+ log.println("Exception occurred while creating test Object.");
e.printStackTrace(log);
throw new StatusException("Couldn't insert textField.URL", e);
} catch (com.sun.star.lang.IllegalArgumentException e) {
- log.println("Exception occured while creating test Object.");
+ log.println("Exception occurred while creating test Object.");
e.printStackTrace(log);
throw new StatusException("Couldn't insert textField.URL", e);
} catch (com.sun.star.uno.Exception e) {
- log.println("Exception occured while creating test Object.");
+ log.println("Exception occurred while creating test Object.");
e.printStackTrace(log);
throw new StatusException("Couldn't insert textField.URL", e);
}
@@ -171,7 +171,7 @@ public class _XTextFieldsSupplier extends MultiMethodTest {
/**
* Just for convenience: log the exception and set the method false.
* @param method The name of the method to set to false.
- * @param e The Exception that occured.
+ * @param e The Exception that occurred.
*/
private void setMethodFalse(String method, Exception e) {
log.println("Exception while executing '" + method + "'");