diff options
Diffstat (limited to 'sc/qa/complex')
-rw-r--r-- | sc/qa/complex/sc/CalcRTL.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/complex/sc/CalcRTL.java b/sc/qa/complex/sc/CalcRTL.java index a308300eb1bc..3c3fdd4e50f9 100644 --- a/sc/qa/complex/sc/CalcRTL.java +++ b/sc/qa/complex/sc/CalcRTL.java @@ -331,7 +331,7 @@ public class CalcRTL * @param oldValue : the value of the property before it has been changed * @param newValue : the value the property has been set to * @param resValue : the value getPropertyValue returned for the property - * @param exception : the exeption thrown during the change of the property + * @param exception : the exception thrown during the change of the property */ protected boolean checkResult(XPropertySet set, String propName, Object oldValue, Object newValue, |