accessibility/inc/extended/accessibletabbar.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit b420a5cd2424d2fc5efa3fcc395d14366f4b2773
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Mon May 6 12:38:33 2024 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Tue May 7 06:07:11 2024 +0200

    a11y: Drop AccessibleChildren typedef
    
    Change-Id: I13946bb4a991dceeb26a0a9364f6067397b94001
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167197
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/accessibility/inc/extended/accessibletabbar.hxx 
b/accessibility/inc/extended/accessibletabbar.hxx
index b921fdb16719..86848679ffbb 100644
--- a/accessibility/inc/extended/accessibletabbar.hxx
+++ b/accessibility/inc/extended/accessibletabbar.hxx
@@ -38,9 +38,7 @@ namespace accessibility
                                        css::accessibility::XAccessible,
                                        css::lang::XServiceInfo>
     {
-        typedef std::vector< css::uno::Reference< 
css::accessibility::XAccessible > > AccessibleChildren;
-
-        AccessibleChildren      m_aAccessibleChildren;
+        std::vector<css::uno::Reference<css::accessibility::XAccessible>> 
m_aAccessibleChildren;
 
         virtual void            ProcessWindowEvent( const VclWindowEvent& 
rVclWindowEvent ) override;
         void            FillAccessibleStateSet( sal_Int64& rStateSet );

Reply via email to