svx/source/inc/GraphCtlAccessibleContext.hxx               |    1 -
 vcl/source/accessibility/accessibleiconchoicectrlentry.cxx |    2 --
 2 files changed, 3 deletions(-)

New commits:
commit 51249c967055f22c6e3509afdac2246c39e86495
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Mon Feb 24 14:47:01 2025 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Mon Feb 24 21:24:41 2025 +0100

    svx a11y: Drop unused include
    
    Change-Id: I92bc817d14630fe50e0fa6edf3aef7899f4f1cb8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182097
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Jenkins

diff --git a/svx/source/inc/GraphCtlAccessibleContext.hxx 
b/svx/source/inc/GraphCtlAccessibleContext.hxx
index 5884b0961485..1ec1a82bbab9 100644
--- a/svx/source/inc/GraphCtlAccessibleContext.hxx
+++ b/svx/source/inc/GraphCtlAccessibleContext.hxx
@@ -26,7 +26,6 @@
 #include <com/sun/star/accessibility/XAccessible.hpp>
 #include <com/sun/star/accessibility/XAccessibleComponent.hpp>
 #include <com/sun/star/accessibility/XAccessibleContext.hpp>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp>
 #include <com/sun/star/accessibility/XAccessibleSelection.hpp>
 #include <com/sun/star/lang/XServiceInfo.hpp>
 #include <com/sun/star/lang/XServiceName.hpp>
commit 45ca7c822ed2c45ff83af1713095cacb3273813c
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Mon Feb 24 14:44:04 2025 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Mon Feb 24 21:24:34 2025 +0100

    icon choice ctrl a11y: Drop obsolete comment
    
    AccessibleIconChoiceCtrlEntry no longer
    directly implements XAccessibleEventBroadcaster
    methods since
    
        commit 1c892a7729234202e6ce14e116e91786b248835a
        Author: Michael Weghorn <m.wegh...@posteo.de>
        Date:   Thu Jul 11 16:54:09 2024 +0200
    
            icon choice ctrl entry a11y: Use OAccessibleComponentHelper as base
    
    Change-Id: Idb575ebe1a1abbc6a12570a76fe4b412f9404945
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182096
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/source/accessibility/accessibleiconchoicectrlentry.cxx 
b/vcl/source/accessibility/accessibleiconchoicectrlentry.cxx
index 5d45a6be45d9..79f149288011 100644
--- a/vcl/source/accessibility/accessibleiconchoicectrlentry.cxx
+++ b/vcl/source/accessibility/accessibleiconchoicectrlentry.cxx
@@ -440,8 +440,6 @@ sal_Bool SAL_CALL 
AccessibleIconChoiceCtrlEntry::scrollSubstringTo( sal_Int32, s
     return false;
 }
 
-// XAccessibleEventBroadcaster
-
 sal_Int32 SAL_CALL AccessibleIconChoiceCtrlEntry::getCaretPosition(  )
 {
     return -1;

Reply via email to