diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:29:47 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-11 08:55:50 +0200 |
commit | 81514d136ec5480faffc697cc057c2abd76799a5 (patch) | |
tree | 3332fa3a86d3e274cac4326a0bf9733c5f4243ba /udkapi | |
parent | 1e755202656276edf2f07de1a0b6e2583d59349e (diff) |
Fix typos
Change-Id: I1c3fccac03b5cc8acdd1d25dc5536f5874ff26ad
Reviewed-on: https://gerrit.libreoffice.org/70575
Tested-by: Jenkins
Reviewed-by: himajin100000 <himajin100000@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl index 0abc343ef2dd..9de3ae2faec3 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl @@ -43,7 +43,7 @@ struct NamedArgument */ string Name; - /** The value of the argument whoose name is the one as contained in the + /** The value of the argument whose name is the one as contained in the member #Name. */ any Value; |