diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-25 09:44:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-25 11:46:44 +0100 |
commit | 3525b4e098290af9953e4be571e242598fcc0a49 (patch) | |
tree | 7e5fd269be6226f9c743392b1127fa9a13347d22 /svtools/source/contnr | |
parent | 843ec02fcbc6e1dbc0fbac7e0ee90fd6177711e7 (diff) |
loplugin:unusedmethods
Change-Id: I085394e0f4b780dc5b376d5ac0e9d761434e3ead
Reviewed-on: https://gerrit.libreoffice.org/68301
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/contnr')
-rw-r--r-- | svtools/source/contnr/simptabl.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/contnr/simptabl.cxx b/svtools/source/contnr/simptabl.cxx index 3398ae9a557b..48436fd617a7 100644 --- a/svtools/source/contnr/simptabl.cxx +++ b/svtools/source/contnr/simptabl.cxx @@ -267,11 +267,6 @@ bool SvSimpleTable::IsEnabled() const return m_rParentTableContainer.IsEnabled(); } -sal_uInt16 SvSimpleTable::GetSelectedCol() -{ - return (aHeaderBar->GetCurItemId()-1); -} - void SvSimpleTable::SortByCol(sal_uInt16 nCol, bool bDir) { if(nSortCol!=0xFFFF) @@ -326,8 +321,6 @@ void SvSimpleTable::HBarClick() { SortByCol(nId-1,bSortDirection); } - - aHeaderBarClickLink.Call(this); } void SvSimpleTable::HBarDrag() |