diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-24 13:53:17 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-24 16:19:37 +0000 |
commit | e85b2333bce7b1dcae73861df6d90b48b9f4efe5 (patch) | |
tree | 21d066cecfbfda9ace96b26953ddcc3ae1764001 /sw/source/uibase/inc/swuicnttab.hxx | |
parent | ff6462e6307e6924dc6c8178043ae9032f4b4152 (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 'sw/source/uibase/inc/swuicnttab.hxx')
-rw-r--r-- | sw/source/uibase/inc/swuicnttab.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/inc/swuicnttab.hxx b/sw/source/uibase/inc/swuicnttab.hxx index 4dfb1b0c3ab8..009c7a1a7ae0 100644 --- a/sw/source/uibase/inc/swuicnttab.hxx +++ b/sw/source/uibase/inc/swuicnttab.hxx @@ -268,11 +268,11 @@ class SwTokenWindow : public VclHBox, public VclBuilderContainer VclPtr<SwTOXEntryTabPage> m_pParent; DECL_LINK(EditResize, Edit*); - DECL_LINK_TYPED(NextItemHdl, SwTOXEdit&, void ); - DECL_LINK(TbxFocusHdl, SwTOXEdit* ); - DECL_LINK_TYPED(NextItemBtnHdl, SwTOXButton&, void ); - DECL_LINK(TbxFocusBtnHdl, SwTOXButton* ); - DECL_LINK_TYPED(ScrollHdl, Button*, void ); + DECL_LINK_TYPED( NextItemHdl, SwTOXEdit&, void ); + DECL_LINK_TYPED( TbxFocusHdl, Control&, void ); + DECL_LINK_TYPED( NextItemBtnHdl, SwTOXButton&, void ); + DECL_LINK_TYPED( TbxFocusBtnHdl, Control&, void ); + DECL_LINK_TYPED( ScrollHdl, Button*, void ); void SetActiveControl(Control* pSet); |