diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-28 12:49:11 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-29 08:26:35 +0100 |
commit | a3cbbe9a885a72ae7addb8e06f62a5365a6de415 (patch) | |
tree | ac5690c7152e8b3409c78a2653afebecd3fe9cb9 /vcl/inc | |
parent | a93fc90a149ff6678486a50e7fa7558f9e3e6290 (diff) |
a11y: Drop AccessibleListBoxEntry::getImplementationId override
The base class implementation
ImplInheritanceHelper::getImplementationId does the same.
Change-Id: I81c550366c50e20157f034a1cb58709ea7891ad8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180845
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/accessibility/accessiblelistboxentry.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/accessibility/accessiblelistboxentry.hxx b/vcl/inc/accessibility/accessiblelistboxentry.hxx index 706cd5a6114e..87bab1a0cdb7 100644 --- a/vcl/inc/accessibility/accessiblelistboxentry.hxx +++ b/vcl/inc/accessibility/accessiblelistboxentry.hxx @@ -115,9 +115,6 @@ namespace accessibility virtual css::awt::Rectangle implGetBounds() override; private: - // XTypeProvider - virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override; - // XServiceInfo virtual OUString SAL_CALL getImplementationName() override; virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override; |