summaryrefslogtreecommitdiff
path: root/include/vcl/slider.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-09-13 09:23:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-09-13 12:51:15 +0200
commit53548b8d74a34aa30b36b44f6e41f5949da9681d (patch)
tree46c49b8a391a72bd2b965e5851c249e33fd70011 /include/vcl/slider.hxx
parent0e3911478349349fb59dcc52cb5f5419fbdc7c0e (diff)
drop first/last link callback
of course this stuff is exposed through uno through com::sun::star::awt::XSpinListener so VclEventId::SpinfieldFirst and VclEventId::SpinfieldLast have to be retained Change-Id: Icbf31cc8c62f2bc3bc0ccf966c0fd4f5c43dcf6b Reviewed-on: https://gerrit.libreoffice.org/42231 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/slider.hxx')
-rw-r--r--include/vcl/slider.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/slider.hxx b/include/vcl/slider.hxx
index 879340fc387f..426727c15ae7 100644
--- a/include/vcl/slider.hxx
+++ b/include/vcl/slider.hxx
@@ -57,8 +57,6 @@ private:
Link<Slider*,void> maEndSlideHdl;
DECL_LINK(LinkedFieldModifyHdl, Edit&, void);
- DECL_LINK(LinkedFieldLoseFocusHdl, Control&, void);
- DECL_LINK(LinkedFieldSpinnerHdl, SpinField&, void);
using Control::ImplInitSettings;
using Window::ImplInit;