summaryrefslogtreecommitdiff
path: root/include/svx/imapdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-20 09:21:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-20 09:59:17 +0100
commit98f2bd667c45ad8d041673c99678e2f95a749b55 (patch)
tree4a91f1a6476d619cb398c6c1bce39f197a545ce7 /include/svx/imapdlg.hxx
parent1d69cf32a73c0720882731ebf3eb5d2f07fce246 (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 'include/svx/imapdlg.hxx')
-rw-r--r--include/svx/imapdlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx
index 20370b6a9443..503cec1e072a 100644
--- a/include/svx/imapdlg.hxx
+++ b/include/svx/imapdlg.hxx
@@ -110,7 +110,6 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialogController
DECL_LINK( GraphSizeHdl, GraphCtrl*, void );
DECL_LINK( URLModifyHdl, weld::ComboBox&, void );
DECL_LINK( EntryModifyHdl, weld::Entry&, void );
- DECL_LINK( URLModifyComboBoxHdl, weld::ComboBox&, void );
DECL_LINK( URLLoseFocusHdl, weld::Widget&, void );
DECL_LINK( UpdateHdl, Timer *, void );
DECL_LINK( StateHdl, GraphCtrl*, void );