diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 12:51:48 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 19:14:00 +0000 |
commit | d88139d58bd35815545c5f43d204dde4759a8bf9 (patch) | |
tree | 461ff2f2182f9861297b071303e5d17299c3a94c /sc/qa/complex | |
parent | a374c81060aefc390159e87f72b105c282d35f3d (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'sc/qa/complex')
-rw-r--r-- | sc/qa/complex/dataPilot/interfaceTests/beans/_XPropertySet.java | 44 | ||||
-rw-r--r-- | sc/qa/complex/sc/CalcRTL.java | 2 |
2 files changed, 23 insertions, 23 deletions
diff --git a/sc/qa/complex/dataPilot/interfaceTests/beans/_XPropertySet.java b/sc/qa/complex/dataPilot/interfaceTests/beans/_XPropertySet.java index 57d6474f51b8..2624335337c1 100644 --- a/sc/qa/complex/dataPilot/interfaceTests/beans/_XPropertySet.java +++ b/sc/qa/complex/dataPilot/interfaceTests/beans/_XPropertySet.java @@ -205,19 +205,19 @@ public class _XPropertySet { oObj.setPropertyValue(PTT.bound, ValueChanger.changePValue(gValue)); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.bound+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.bound+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.bound+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.bound+"'"); e.printStackTrace((java.io.PrintWriter)log); } // end of try-catch @@ -260,19 +260,19 @@ public class _XPropertySet { oObj.setPropertyValue(PTT.constrained, ValueChanger.changePValue(gValue)); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.constrained+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.constrained+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.constrained+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.constrained+"'"); e.printStackTrace((java.io.PrintWriter)log); } // end of try-catch @@ -318,19 +318,19 @@ public class _XPropertySet { oObj.setPropertyValue(PTT.normal, sValue); sValue = oObj.getPropertyValue(PTT.normal); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.normal+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.normal+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.normal+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.normal+"'"); e.printStackTrace((java.io.PrintWriter)log); } // end of try-catch @@ -368,12 +368,12 @@ public class _XPropertySet { try { Object gValue = oObj.getPropertyValue(toCheck); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to get property '"+ + log.println("Exception occurred while trying to get property '"+ PTT.normal+"'"); e.printStackTrace((java.io.PrintWriter)log); result = false; } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to get property '"+ + log.println("Exception occurred while trying to get property '"+ PTT.normal+"'"); e.printStackTrace((java.io.PrintWriter)log); result = false; @@ -411,19 +411,19 @@ public class _XPropertySet { oObj.setPropertyValue(PTT.bound, ValueChanger.changePValue(gValue)); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.bound+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.bound+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.bound+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.bound+"'"); e.printStackTrace((java.io.PrintWriter)log); } // end of try-catch @@ -468,19 +468,19 @@ public class _XPropertySet { oObj.setPropertyValue(PTT.constrained, ValueChanger.changePValue(gValue)); } catch (com.sun.star.beans.PropertyVetoException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.constrained+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.IllegalArgumentException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.constrained+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.beans.UnknownPropertyException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.constrained+"'"); e.printStackTrace((java.io.PrintWriter)log); } catch (com.sun.star.lang.WrappedTargetException e) { - log.println("Exception occured while trying to change "+ + log.println("Exception occurred while trying to change "+ "property '"+ PTT.constrained+"'"); e.printStackTrace((java.io.PrintWriter)log); } // end of try-catch diff --git a/sc/qa/complex/sc/CalcRTL.java b/sc/qa/complex/sc/CalcRTL.java index 9528c34b9267..db978f5289bc 100644 --- a/sc/qa/complex/sc/CalcRTL.java +++ b/sc/qa/complex/sc/CalcRTL.java @@ -325,7 +325,7 @@ public class CalcRTL extends ComplexTestCase { worked = checkResult(set, pName, oldValue, pValue, resValue, exception); } catch (Exception e) { - System.out.println("Exception occured while testing property '" + + System.out.println("Exception occurred while testing property '" + pName + "'"); e.printStackTrace(); worked = false; |