summaryrefslogtreecommitdiff
path: root/cui/source/inc/page.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-24 13:53:17 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-24 16:19:37 +0000
commite85b2333bce7b1dcae73861df6d90b48b9f4efe5 (patch)
tree21d066cecfbfda9ace96b26953ddcc3ae1764001 /cui/source/inc/page.hxx
parentff6462e6307e6924dc6c8178043ae9032f4b4152 (diff)
convert Link<> to typed
Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r--cui/source/inc/page.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx
index 0c39b832d57c..1d55426a4545 100644
--- a/cui/source/inc/page.hxx
+++ b/cui/source/inc/page.hxx
@@ -149,23 +149,23 @@ private:
bool mbEnableDrawingLayerFillStyles : 1;
void Init_Impl();
- DECL_LINK(LayoutHdl_Impl, void *);
- DECL_LINK(PaperBinHdl_Impl, void *);
+ DECL_LINK( LayoutHdl_Impl, void *);
+ DECL_LINK_TYPED( PaperBinHdl_Impl, Control&, void);
DECL_LINK_TYPED( SwapOrientation_Impl, Button*, void );
void SwapFirstValues_Impl( bool bSet );
- DECL_LINK(BorderModify_Impl, void *);
+ DECL_LINK( BorderModify_Impl, void *);
void InitHeadFoot_Impl( const SfxItemSet& rSet );
- DECL_LINK_TYPED(CenterHdl_Impl, Button*, void);
+ DECL_LINK_TYPED( CenterHdl_Impl, Button*, void);
void UpdateExample_Impl( bool bResetbackground = false );
DECL_LINK( PaperSizeSelect_Impl, ListBox* );
- DECL_LINK(PaperSizeModify_Impl, void *);
+ DECL_LINK( PaperSizeModify_Impl, void *);
DECL_LINK( FrameDirectionModify_Impl, ListBox* );
void ResetBackground_Impl( const SfxItemSet& rSet );
- DECL_LINK(RangeHdl_Impl, void *);
+ DECL_LINK_TYPED( RangeHdl_Impl, Control&, void );
void CalcMargin_Impl();
DECL_LINK_TYPED( RegisterModify, Button*, void );