summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/view/_XControlAccess.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/view/_XControlAccess.java')
-rw-r--r--qadevOOo/tests/java/ifc/view/_XControlAccess.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/view/_XControlAccess.java b/qadevOOo/tests/java/ifc/view/_XControlAccess.java
index 2b111e5af735..7ad7aa3221ad 100644
--- a/qadevOOo/tests/java/ifc/view/_XControlAccess.java
+++ b/qadevOOo/tests/java/ifc/view/_XControlAccess.java
@@ -105,13 +105,13 @@ public class _XControlAccess extends MultiMethodTest {
bResult &= oControl != null;
} catch (com.sun.star.container.NoSuchElementException e) {
- log.println("Exception occured calling the method: " + e);
+ log.println("Exception occurred calling the method: " + e);
bResult = false;
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured calling the method: " + e);
+ log.println("Exception occurred calling the method: " + e);
bResult = false;
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured calling the method: " + e);
+ log.println("Exception occurred calling the method: " + e);
bResult = false;
}
tRes.tested("getControl()", bResult);