summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 00:30:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 09:40:22 +0200
commita375b0548428979da950e3da75db6ace0509c643 (patch)
tree272991e1ce80dd6f04b8db9a3eae952ac1739061 /udkapi
parent46b720b1d85cce5b6b128328bfa9bbc06b3f46e8 (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')
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField2.idl4
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.
*/