summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/reflection/XIdlMethod.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/reflection/XIdlMethod.idl b/udkapi/com/sun/star/reflection/XIdlMethod.idl
index b28e148f1b9a..4d6243454a5c 100644
--- a/udkapi/com/sun/star/reflection/XIdlMethod.idl
+++ b/udkapi/com/sun/star/reflection/XIdlMethod.idl
@@ -55,13 +55,13 @@ published interface XIdlMethod: com::sun::star::reflection::XIdlMember
*/
sequence<XIdlClass> getParameterTypes();
- /** Returns formal parameter informations of the reflected method
+ /** Returns formal parameter information of the reflected method
in order of IDL declaration.
Parameter information reflects the parameter's access mode (in, out, inout),
the parameter's name and formal type.
@return
- parameter informations of reflected method
+ parameter information of reflected method
*/
sequence<ParamInfo> getParameterInfos();