offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f0e8ca29657b8254266a6c90e31f317395110909
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Wed Feb 12 08:13:00 2025 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Wed Feb 12 09:21:20 2025 +0100

    a11y: Update param name in XAccessibleRelationSet doc
    
    The param was renamed from `aRelationType` to `eRelationType` in
    
        commit 92a36bbd4f3e9ad5d2741f55fe4ac7f03f7e2531
        Author: Michael Weghorn <m.wegh...@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.wegh...@posteo.de>
    Tested-by: Jenkins

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
  • core.git: offapi/com Michael Weghorn (via logerrit)

Reply via email to