From a5d3ee6b985e8efef7146a18dd9b2fb227e5532c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 26 Apr 2020 17:53:50 +0200 Subject: Fix typos Change-Id: I50a80014addf5fb6a3974139249f45f6a2e67d92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92939 Reviewed-by: Julien Nabet Tested-by: Jenkins --- offapi/com/sun/star/accessibility/XAccessibleContext.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/offapi/com/sun/star/accessibility/XAccessibleContext.idl index df69f4a67e95..fb3b9c9cab4e 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleContext.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleContext.idl @@ -93,7 +93,7 @@ interface XAccessibleContext : ::com::sun::star::uno::XInterface /** Returns the index of this object in its accessible parent. -

If you call getAccessibeChild on the object's parent with the +

If you call getAccessibleChild on the object's parent with the index returned by this function you get a reference to this object.

-- cgit