diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 00:39:11 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 08:37:12 +0200 |
commit | 75c457a716ac12ccfdea35dc0f76e71ffaaae44b (patch) | |
tree | 9f400317571bec9d2b7bd8f0ab79233c68e7d834 /udkapi/com/sun/star/script | |
parent | 5f5bfddf5fe8bbcd77dbb040d0bf77d595c90f30 (diff) |
Fix typos
Change-Id: Ib772108100b5180c7b42a9a5d164fa03321b6d5a
Reviewed-on: https://gerrit.libreoffice.org/76463
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'udkapi/com/sun/star/script')
-rw-r--r-- | udkapi/com/sun/star/script/XTypeConverter.idl | 6 |
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. |