diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-19 00:30:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-19 09:40:22 +0200 |
commit | a375b0548428979da950e3da75db6ace0509c643 (patch) | |
tree | 272991e1ce80dd6f04b8db9a3eae952ac1739061 /udkapi/com/sun/star | |
parent | 46b720b1d85cce5b6b128328bfa9bbc06b3f46e8 (diff) |
Fix typos
Change-Id: I33a99be34f41c3583fc6684fc68ba6b76ef2f056
Reviewed-on: https://gerrit.libreoffice.org/77682
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'udkapi/com/sun/star')
-rw-r--r-- | udkapi/com/sun/star/reflection/XIdlField2.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |