summaryrefslogtreecommitdiff
path: root/cui/source/inc/hlmarkwn.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-10 14:39:17 +0200
committerNoel Grandin <noel@peralex.com>2015-09-11 08:48:54 +0200
commitcf0c04a428754dfd5aa477cebc5441bc74e27005 (patch)
tree6d4657ec370a3378887745b34d217a91bdab2eef /cui/source/inc/hlmarkwn.hxx
parente8ee8473361f09034fdcd4f30a2325a53a512a7a (diff)
convert Link<> to typed
Change-Id: I85658fa35b9b85106a3b9c8ef303584cad6f39b0
Diffstat (limited to 'cui/source/inc/hlmarkwn.hxx')
-rw-r--r--cui/source/inc/hlmarkwn.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/hlmarkwn.hxx b/cui/source/inc/hlmarkwn.hxx
index 209fe82c6d69..5ee6b9a3e105 100644
--- a/cui/source/inc/hlmarkwn.hxx
+++ b/cui/source/inc/hlmarkwn.hxx
@@ -86,9 +86,9 @@ protected:
virtual void Move () SAL_OVERRIDE;
- DECL_LINK_TYPED (ClickApplyHdl_Impl, Button*, void );
- DECL_LINK (DoubleClickApplyHdl_Impl, void* );
- DECL_LINK_TYPED (ClickCloseHdl_Impl, Button*, void );
+ DECL_LINK_TYPED( ClickApplyHdl_Impl, Button*, void );
+ DECL_LINK_TYPED( DoubleClickApplyHdl_Impl, SvTreeListBox*, bool );
+ DECL_LINK_TYPED( ClickCloseHdl_Impl, Button*, void );
public:
SvxHlinkDlgMarkWnd (SvxHyperlinkTabPageBase *pParent);