accessibility/inc/extended/accessiblelistboxentry.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f53ed5e832289560a75e685ededb66732fa16659
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Sun Sep 10 19:40:16 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Sep 11 13:56:45 2023 +0200

    AccessibleListBoxEntry does not need to implement XAggreggation
    
    Checked on jenkins using 'make check' and
    
    +void SAL_CALL setDelegator(css::uno::Reference<css::uno::XInterface> const 
&) final { assert(false); }
    
    Change-Id: I92ec69dfab2aa5eb2acbb9804359853ffc27e565
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156801
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/accessibility/inc/extended/accessiblelistboxentry.hxx 
b/accessibility/inc/extended/accessiblelistboxentry.hxx
index 69b1e702bdb3..52964a80c4d1 100644
--- a/accessibility/inc/extended/accessiblelistboxentry.hxx
+++ b/accessibility/inc/extended/accessiblelistboxentry.hxx
@@ -29,7 +29,7 @@
 #include <com/sun/star/accessibility/XAccessibleSelection.hpp>
 #include <com/sun/star/lang/XServiceInfo.hpp>
 #include <com/sun/star/accessibility/XAccessibleValue.hpp>
-#include <cppuhelper/compbase9.hxx>
+#include <cppuhelper/compbase.hxx>
 #include <cppuhelper/basemutex.hxx>
 #include <comphelper/accessibletexthelper.hxx>
 #include <vcl/toolkit/treelistentry.hxx>
@@ -54,7 +54,7 @@ namespace accessibility
     class AccessibleListBox;
 
 // class AccessibleListBoxEntry ------------------------------------------
-    typedef ::cppu::WeakAggComponentImplHelper9< 
css::accessibility::XAccessible
+    typedef ::cppu::WeakComponentImplHelper< css::accessibility::XAccessible
                                                 , 
css::accessibility::XAccessibleContext
                                                 , 
css::accessibility::XAccessibleComponent
                                                 , 
css::accessibility::XAccessibleEventBroadcaster

Reply via email to