From 9659efe3f695aeeffc4cae427b80020fd2d96796 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 12 Sep 2017 16:06:28 +0100 Subject: listening to modify is sufficient to get all changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic6872ec80cc4a36192fe23f9abf76c4fa10b94bd Reviewed-on: https://gerrit.libreoffice.org/42213 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svx/dialcontrol.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svx/dialcontrol.hxx') diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index c12f3c97652b..dd485efb50a1 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -156,9 +156,7 @@ private: void InvalidateControl(); DECL_LINK( LinkedFieldModifyHdl, Edit&, void ); - DECL_LINK( LinkedFieldFocusHdl, Control&, void ); void LinkedFieldModifyHdl(); - DECL_LINK(SpinFieldHdl, SpinField&, void); }; /** Wrapper for usage of a DialControl in item connections. */ -- cgit