offapi/com/sun/star/accessibility/XAccessibleComponent.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f3754e5dbb3c70264df986fe3fd814b74a8f994b Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Aug 8 14:03:16 2023 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Tue Aug 8 16:36:16 2023 +0200 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.wegh...@posteo.de> 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);