diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2023-08-08 14:03:16 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2023-08-08 16:36:16 +0200 |
commit | f3754e5dbb3c70264df986fe3fd814b74a8f994b (patch) | |
tree | 4d021e4c8ccc5cf223789d16170a75ddaae9a532 /offapi | |
parent | dddbb8a219f13344213b0ef6183529922bca7d50 (diff) |
a11y: Drop extra "no" in XAccessibleComponent doc
Change-Id: I32870920d3eacf8c557870abf4a243bb1ba9f584
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155454
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleComponent.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl index be23e66193e4..66f1d4b46b68 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl @@ -105,7 +105,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface contains the test point then a reference to that object is returned. If there is more than one child which satisfies that condition then a reference to that one is returned that is - painted on top of the others. If no there is no child which is + painted on top of the others. If there is no child which is rendered at the test point an empty reference is returned. */ XAccessible getAccessibleAtPoint ([in] ::com::sun::star::awt::Point Point); |