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 /include/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 'include/svtools')
-rw-r--r-- | include/svtools/simptabl.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx index 1e46c0d9a436..dad32aa3cab2 100644 --- a/include/svtools/simptabl.hxx +++ b/include/svtools/simptabl.hxx @@ -55,8 +55,6 @@ class SVT_DLLPUBLIC SvSimpleTable : public SvHeaderTabListBox private: SvSimpleTableContainer& m_rParentTableContainer; - Link<SvSimpleTable*, void> aCommandLink; - CommandEvent aCEvt; VclPtr<HeaderBar> aHeaderBar; long nOldPos; sal_uInt16 nHeaderItemId; @@ -83,8 +81,6 @@ protected: void HBarDrag(); void HBarEndDrag(); - virtual void Command( const CommandEvent& rCEvt ) override; - sal_Int32 ColCompare(SvTreeListEntry*,SvTreeListEntry*); public: |