summaryrefslogtreecommitdiff
path: root/avmedia/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-02 17:53:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-04 06:31:16 +0000
commit5338d2abe4078626d2cfa38cde99dfa1d4eb2f6b (patch)
treeed8354745a9761a75f10c310c569d828bacbab6b /avmedia/inc
parentbb1dcd35f350e2375f6a8a9d27b02fb5784a476f (diff)
convert Link<> to typed
Change-Id: I4d6c37e82a5b96c09b989df248f94f0afe228b46 Reviewed-on: https://gerrit.libreoffice.org/18305 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'avmedia/inc')
-rw-r--r--avmedia/inc/mediacontrol.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/inc/mediacontrol.hxx b/avmedia/inc/mediacontrol.hxx
index 9e91b1b0816b..521cd9869942 100644
--- a/avmedia/inc/mediacontrol.hxx
+++ b/avmedia/inc/mediacontrol.hxx
@@ -79,9 +79,9 @@ private:
void implUpdateTimeField( double fCurTime );
Image implGetImage( sal_Int32 nImageId ) const;
- DECL_LINK( implTimeHdl, Slider* );
- DECL_LINK( implTimeEndHdl, Slider* );
- DECL_LINK( implVolumeHdl, Slider* );
+ DECL_LINK_TYPED( implTimeHdl, Slider*, void );
+ DECL_LINK_TYPED( implTimeEndHdl, Slider*, void );
+ DECL_LINK_TYPED( implVolumeHdl, Slider*, void );
DECL_LINK_TYPED( implSelectHdl, ToolBox*, void );
DECL_LINK( implZoomSelectHdl, ListBox* );
DECL_LINK_TYPED(implTimeoutHdl, Idle *, void);