diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-28 16:19:23 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-29 15:50:48 +0100 |
commit | 0ebff46bb227d9c4ef86e68ae014d2d86b21da49 (patch) | |
tree | 7e8623e40458f63c9285b297860bd6c3eca7c439 | |
parent | daaf29a942b5be479d4600b61dfee22abd8ed502 (diff) |
browsebox a11y: Drop AccessibleTabListBox::getTable
There's already AccessibleBrowseBox::getTable in the
base class that does the same.
Change-Id: I045cace63fa1603a1ec0866c814b32a08ed27dc0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180894
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r-- | vcl/inc/accessibility/accessibletablistbox.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/accessibility/accessibletablistbox.hxx b/vcl/inc/accessibility/accessibletablistbox.hxx index 94845c47b273..40feb7551a24 100644 --- a/vcl/inc/accessibility/accessibletablistbox.hxx +++ b/vcl/inc/accessibility/accessibletablistbox.hxx @@ -70,11 +70,6 @@ public: return AccessibleBrowseBox::getHeaderBar( AccessibleBrowseBoxObjType::ColumnHeaderBar ); } - css::uno::Reference<css::accessibility::XAccessible> getTable() - { - return implGetTable(); - } - private: /** dtor() */ virtual ~AccessibleTabListBox() override; |