diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-21 11:56:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-22 08:29:54 +0200 |
commit | a3c7d78f3dc5ccce60dc198d2466ec7470f7fe9c (patch) | |
tree | 90fafc65d3f560d6266c817042b91b744dfec004 /include/svx | |
parent | db8f0528eb71252b4af9c3f7ec213ea7fb29591a (diff) |
loplugin:unusedmethods
Change-Id: I3c94d68cb85adc2005a5a5e3b03a311732f782c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141617
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdotable.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx index b837bc0e4608..9eea4930aff5 100644 --- a/include/svx/svdotable.hxx +++ b/include/svx/svdotable.hxx @@ -142,8 +142,6 @@ public: /** The active table has the focus or is currently edited */ const sdr::table::CellRef& getActiveCell() const; - CellRef getCell(const CellPos& rPos) const; - void setActiveCell( const sdr::table::CellPos& rPos ); void getActiveCellPos( sdr::table::CellPos& rPos ) const; sal_Int32 getColumnCount() const; |