diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2025-02-12 08:13:00 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2025-02-12 09:21:20 +0100 |
commit | f0e8ca29657b8254266a6c90e31f317395110909 (patch) | |
tree | e272fcd15c9ea6250edd6f4f44a2e7faa58adcdc /offapi | |
parent | 95aaa121a5705a029f147a92d5818469c161ce92 (diff) |
a11y: Update param name in XAccessibleRelationSet doc
The param was renamed from `aRelationType` to `eRelationType` in
commit 92a36bbd4f3e9ad5d2741f55fe4ac7f03f7e2531
Author: Michael Weghorn <m.weghorn@posteo.de>
Date: Wed Nov 6 18:54:12 2024 +0100
[API CHANGE] a11y: Switch AccessibleRelationType to enum
Update in the doc as well.
Thanks to Mike Kaganski for noting it in [1].
[1] https://gerrit.libreoffice.org/c/core/+/176153/comment/04f93ca5_6498e8e0/
Change-Id: I8dd6e2b9e9105d7d876a722c2610fac998a6923d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181464
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl index a93258fd9490..c46006fa76bf 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl @@ -72,7 +72,7 @@ interface XAccessibleRelationSet : ::com::sun::star::uno::XInterface /** Retrieve and return the relation with the given relation type. - @param aRelationType + @param eRelationType The type of the relation to return. @return |