diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-07 20:25:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-08 09:35:54 +0200 |
commit | aed5ce3547cc6c28c2cb25d77f3982c53100fee8 (patch) | |
tree | 239d2f394d39c666df0b9a9bd333c42076059041 /svtools | |
parent | 1f07faf2caf8fd8df6fa8824ff5030b01c0c0634 (diff) |
loplugin:unusedfields
Change-Id: I9758fd606c7d4c251a3ac06661d642a47260b5fc
Reviewed-on: https://gerrit.libreoffice.org/73674
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-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 bbc1a1e347c7..27aa905a0abf 100644 --- a/svtools/source/contnr/simptabl.cxx +++ b/svtools/source/contnr/simptabl.cxx @@ -350,13 +350,6 @@ void SvSimpleTable::HBarEndDrag() } -void SvSimpleTable::Command( const CommandEvent& rCEvt ) -{ - aCEvt=rCEvt; - aCommandLink.Call(this); - SvHeaderTabListBox::Command(rCEvt); -} - IMPL_LINK( SvSimpleTable, StartDragHdl, HeaderBar*, pCtr, void) { if(pCtr==aHeaderBar.get()) |