summaryrefslogtreecommitdiff
path: root/forms/qa
diff options
context:
space:
mode:
Diffstat (limited to 'forms/qa')
-rw-r--r--[-rwxr-xr-x]forms/qa/complex/forms/CheckOGroupBoxModel.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/qa/complex/forms/CheckOGroupBoxModel.java b/forms/qa/complex/forms/CheckOGroupBoxModel.java
index 8a2ae5c7f0e4..3c03176fd236 100755..100644
--- a/forms/qa/complex/forms/CheckOGroupBoxModel.java
+++ b/forms/qa/complex/forms/CheckOGroupBoxModel.java
@@ -88,13 +88,13 @@ public class CheckOGroupBoxModel extends ComplexTestCase {
xPropSet.setPropertyValues(boundPropsToTest, newValue);
} catch (com.sun.star.beans.PropertyVetoException e) {
e.printStackTrace((PrintWriter)log);
- failed("Exception occured while trying to change the properties.");
+ failed("Exception occurred while trying to change the properties.");
} catch (com.sun.star.lang.IllegalArgumentException e) {
e.printStackTrace((PrintWriter)log);
- failed("Exception occured while trying to change the properties.");
+ failed("Exception occurred while trying to change the properties.");
} catch (com.sun.star.lang.WrappedTargetException e) {
e.printStackTrace((PrintWriter)log);
- failed("Exception occured while trying to change the properties.");
+ failed("Exception occurred while trying to change the properties.");
} // end of try-catch
assure("Listener was not called.", ml.wasListenerCalled());