diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-24 19:10:54 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2025-01-24 22:02:15 +0100 |
commit | 23d2869e9b74673a11a9f8c3d45a2f5e6990dc5c (patch) | |
tree | e97d88dc91422edd276b0128bb616f55b604b883 /toolkit/inc/controls/table/AccessibleGridControlBase.hxx | |
parent | 7107db3fe773629cc511eb5922bc9c28c9c5c60a (diff) |
toolkit a11y: Drop AccessibleGridControlBase::getAccessibleIndexInParent
It effectively does the same as the base class implementation,
OCommonAccessibleComponent::getAccessibleIndexInParent.
Change-Id: I649841c4676009797612cbe0e6422dd088218a78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180724
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'toolkit/inc/controls/table/AccessibleGridControlBase.hxx')
-rw-r--r-- | toolkit/inc/controls/table/AccessibleGridControlBase.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/inc/controls/table/AccessibleGridControlBase.hxx b/toolkit/inc/controls/table/AccessibleGridControlBase.hxx index 960eca6b610a..22e6f4500006 100644 --- a/toolkit/inc/controls/table/AccessibleGridControlBase.hxx +++ b/toolkit/inc/controls/table/AccessibleGridControlBase.hxx @@ -70,9 +70,6 @@ public: virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL getAccessibleParent() override; - /** @return The index of this object among the parent's children. */ - virtual sal_Int64 SAL_CALL getAccessibleIndexInParent() override; - /** @return The description of this object. */ |