summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-05-06 12:38:33 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-05-07 06:07:11 +0200
commitb420a5cd2424d2fc5efa3fcc395d14366f4b2773 (patch)
tree48fa71801ae347f649ebdb794f994e11120bd801 /accessibility
parent0feb490c7625ed1bef7c59d197436fc849bd8dfa (diff)
a11y: Drop AccessibleChildren typedef
Change-Id: I13946bb4a991dceeb26a0a9364f6067397b94001 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167197 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/inc/extended/accessibletabbar.hxx4
1 files changed, 1 insertions, 3 deletions
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 );