diff options
author | Tor Lillqvist <tml@collabora.com> | 2023-03-21 09:48:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2023-03-21 09:10:53 +0000 |
commit | 660f73385562314e01abb4cef9d443b0c0f42b06 (patch) | |
tree | f19ade8abddfa4e3e2e7c9310c36ef1288d69439 /offapi | |
parent | df12a23157f4515ba5e78c0bd293dfd1609de668 (diff) |
There is no XAccessibleStateType
What is meant is surely AccessibleStateType.
Change-Id: I57903dd7e1eb9b0a3cac42a96633093569f770eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149194
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleContext.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/offapi/com/sun/star/accessibility/XAccessibleContext.idl index 84c8a21cfdea..6b1b16701717 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleContext.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleContext.idl @@ -152,10 +152,10 @@ interface XAccessibleContext : ::com::sun::star::uno::XInterface /** Returns the set of states that are currently active for this object. - <p>See the documentation of XAccessibleStateType for a + <p>See the documentation of AccessibleStateType for a description of the individual states.</p> - @see XAccessibleStateType + @see AccessibleStateType */ hyper getAccessibleStateSet (); |