diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-20 09:21:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-20 09:59:17 +0100 |
commit | 98f2bd667c45ad8d041673c99678e2f95a749b55 (patch) | |
tree | 4a91f1a6476d619cb398c6c1bce39f197a545ce7 /sc/source/ui | |
parent | 1d69cf32a73c0720882731ebf3eb5d2f07fce246 (diff) |
loplugin:unusedmethods
Remove a filtering step in the python script that was hiding some
results
Change-Id: Id94268f150902405ab197c077f18aaedf98845fc
Reviewed-on: https://gerrit.libreoffice.org/83256
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/inc/condformatdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx index ff9caa56f4d3..aedc4e7024a7 100644 --- a/sc/source/ui/inc/condformatdlg.hxx +++ b/sc/source/ui/inc/condformatdlg.hxx @@ -68,7 +68,6 @@ public: DECL_LINK( RemoveBtnHdl, weld::Button&, void ); DECL_LINK( UpBtnHdl, weld::Button&, void ); DECL_LINK( DownBtnHdl, weld::Button&, void ); - DECL_LINK( ScrollHdl, weld::ScrolledWindow&, void ); DECL_LINK( EntrySelectHdl, ScCondFrmtEntry&, void ); DECL_LINK( TypeListHdl, weld::ComboBox&, void ); |