summaryrefslogtreecommitdiff
path: root/udkapi/com/sun
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun')
-rw-r--r--udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl b/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
index f5450887f3b2..f4cb92f4eb27 100644
--- a/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
+++ b/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl
@@ -43,7 +43,7 @@ constants TolerantPropertySetResultType
<p>For example if a
com::sun::star::beans::UnknownPropertyException
- was catched.</p>
+ was caught.</p>
*/
const short UNKNOWN_PROPERTY = 1;
@@ -51,7 +51,7 @@ constants TolerantPropertySetResultType
<p>For example if a
com::sun::star::lang::IllegalArgumentException
- was catched.</p>
+ was caught.</p>
*/
const short ILLEGAL_ARGUMENT = 2;
@@ -59,7 +59,7 @@ constants TolerantPropertySetResultType
<p>For example if a
com::sun::star::beans::PropertyVetoException
- was catched.</p>
+ was caught.</p>
*/
const short PROPERTY_VETO = 3;