From a375b0548428979da950e3da75db6ace0509c643 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 00:30:29 +0200 Subject: Fix typos Change-Id: I33a99be34f41c3583fc6684fc68ba6b76ef2f056 Reviewed-on: https://gerrit.libreoffice.org/77682 Tested-by: Jenkins Reviewed-by: Julien Nabet --- udkapi/com/sun/star/reflection/XIdlField2.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl index c01347834c1a..4f21b6ab75cf 100644 --- a/udkapi/com/sun/star/reflection/XIdlField2.idl +++ b/udkapi/com/sun/star/reflection/XIdlField2.idl @@ -69,7 +69,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember value of field @throws IllegalAccessException - An com::sun::star::lang::IllegalAccessException + A com::sun::star::lang::IllegalAccessException is thrown if the given object is no interface, enum or compound type; or the given object does not have the reflected field. */ @@ -90,7 +90,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember value to be set @throws IllegalAccessException - An com::sun::star::lang::IllegalAccessException + A com::sun::star::lang::IllegalAccessException is thrown if the given object is no interface or compound type; or the given object does not have the reflected field. */ -- cgit