summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/XTypeConverter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/XTypeConverter.idl')
-rw-r--r--udkapi/com/sun/star/script/XTypeConverter.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/script/XTypeConverter.idl b/udkapi/com/sun/star/script/XTypeConverter.idl
index 3bce81ea12da..a335084a9697 100644
--- a/udkapi/com/sun/star/script/XTypeConverter.idl
+++ b/udkapi/com/sun/star/script/XTypeConverter.idl
@@ -42,7 +42,7 @@ published interface XTypeConverter: com::sun::star::uno::XInterface
{
/** Converts the value <code>aFrom</code> to the specified type
<code>xDestinationType</code>.
- Throws an CannotConvertException if the conversion
+ Throws a CannotConvertException if the conversion
failed.
@param aFrom
source value
@@ -59,8 +59,8 @@ published interface XTypeConverter: com::sun::star::uno::XInterface
/** Converts the value <code>aFrom</code> to the specified simple type
<code>aDestinationType</code>.
- Throws an CannotConvertException if the conversion
- failed and an com::sun::star::lang::IllegalArgumentException
+ Throws a CannotConvertException if the conversion
+ failed and a com::sun::star::lang::IllegalArgumentException
if the destination
com::sun::star::uno::TypeClass is not simple,
e.g. not long or byte.