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 2eea43aa726d..b98b1750697d 100644
--- a/qadevOOo/tests/java/ifc/view/_XControlAccess.java
+++ b/qadevOOo/tests/java/ifc/view/_XControlAccess.java
@@ -109,13 +109,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);