diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 12:56:38 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 20:23:29 +0000 |
commit | 60a9b5172bcbd90b5764125b76279c189dd5563c (patch) | |
tree | 50360c4fc74ab388941361230dbc9a4f8d76fb8b /forms/qa/complex | |
parent | 99b6172fb2ac2f2a3ea8df11ecbf63b5406b5705 (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'forms/qa/complex')
-rw-r--r--[-rwxr-xr-x] | forms/qa/complex/forms/CheckOGroupBoxModel.java | 6 |
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()); |