summaryrefslogtreecommitdiff
path: root/toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2025-01-24 19:54:49 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2025-01-24 22:02:22 +0100
commitb92e6bf5c5d1aa3fd6ea8c31afb286803e26ad83 (patch)
tree358d03bbfa22681f895dadb3b393f75c605da3d7 /toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx
parent23d2869e9b74673a11a9f8c3d45a2f5e6990dc5c (diff)
toolkit a11y: Use cppu::ImplInheritanceHelper
Change-Id: I69a1eeb53b1f3f2f4ba2b9050c70efb3d91e2150 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180725 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx')
-rw-r--r--toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx b/toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx
index 57b348333fc1..f6387f0bde9f 100644
--- a/toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx
+++ b/toolkit/inc/controls/table/AccessibleGridControlHeaderCell.hxx
@@ -23,7 +23,8 @@
namespace accessibility
{
- class AccessibleGridControlHeaderCell final : public AccessibleGridControlCell, public css::accessibility::XAccessible
+ class AccessibleGridControlHeaderCell final
+ : public cppu::ImplInheritanceHelper<AccessibleGridControlCell, css::accessibility::XAccessible>
{
sal_Int32 m_nColumnRowId;
public:
@@ -44,16 +45,6 @@ namespace accessibility
/** Grabs the focus to the GridControl. */
virtual void SAL_CALL grabFocus() override;
- // XInterface
-
- /** Queries for a new interface. */
- css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType ) override;
-
- /** Acquires the object (calls acquire() on base class). */
- virtual void SAL_CALL acquire() noexcept override;
-
- /** Releases the object (calls release() on base class). */
- virtual void SAL_CALL release() noexcept override;
// XAccessible
/** @return The XAccessibleContext interface of this object. */