summaryrefslogtreecommitdiff
path: root/toolkit/inc/controls/table
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2025-01-27 14:36:16 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2025-01-27 22:24:19 +0100
commit24a2dd9cbe6c2079d379921e35c45331c19e723e (patch)
tree2c0b489f8ecfe8562d5919918f420d1d542054f6 /toolkit/inc/controls/table
parent76677a804f23ebd1fac0a098883c861816103b91 (diff)
toolkit: Drop now unused TableControl::ConvertPointToControlIndex
Change-Id: I15fa134992de8ada04346c8bfd881ed76f9e4b4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180793 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'toolkit/inc/controls/table')
-rw-r--r--toolkit/inc/controls/table/tablecontrol.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/inc/controls/table/tablecontrol.hxx b/toolkit/inc/controls/table/tablecontrol.hxx
index 505ddb2e0699..6e7879ae37f0 100644
--- a/toolkit/inc/controls/table/tablecontrol.hxx
+++ b/toolkit/inc/controls/table/tablecontrol.hxx
@@ -125,7 +125,6 @@ namespace svt::table
// IAccessibleTable
virtual sal_Int32 GetAccessibleControlCount() const override;
- virtual bool ConvertPointToControlIndex( sal_Int32& _rnIndex, const Point& _rPoint ) override;
virtual sal_Int32 GetRowCount() const override;
virtual sal_Int32 GetColumnCount() const override;
virtual bool ConvertPointToCellAddress( sal_Int32& _rnRow, sal_Int32& _rnColPos, const Point& _rPoint ) override;