From 75c457a716ac12ccfdea35dc0f76e71ffaaae44b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 27 Jul 2019 00:39:11 +0200 Subject: Fix typos Change-Id: Ib772108100b5180c7b42a9a5d164fa03321b6d5a Reviewed-on: https://gerrit.libreoffice.org/76463 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- udkapi/com/sun/star/script/XTypeConverter.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'udkapi/com/sun/star/script') 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 aFrom to the specified type xDestinationType. - 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 aFrom to the specified simple type aDestinationType. - 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. -- cgit v1.2.3