summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-14 11:48:56 +0200
committerNoel Grandin <noel@peralex.com>2015-09-15 09:37:32 +0200
commit4ac7459bef17ceee74f6b2388c96f657c25eddff (patch)
tree81482492ae63830c14d9bd154922b9ae229c19cd /svtools/inc
parent699eb7e3ca3ad11b8b797bf6a785876183661d04 (diff)
convert Link<> to typed
Change-Id: I6564e4e7042c34741fd7c9ed03627c83ef818486
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/roadmap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/roadmap.hxx b/svtools/inc/roadmap.hxx
index 304c8c7caa49..0e5a23d6fae6 100644
--- a/svtools/inc/roadmap.hxx
+++ b/svtools/inc/roadmap.hxx
@@ -76,8 +76,8 @@ public:
ItemId GetCurrentRoadmapItemID() const;
bool SelectRoadmapItemByID( ItemId _nItemID );
- void SetItemSelectHdl( const Link<>& _rHdl );
- Link<> GetItemSelectHdl( ) const;
+ void SetItemSelectHdl( const Link<LinkParamNone*,void>& _rHdl );
+ Link<LinkParamNone*,void> GetItemSelectHdl( ) const;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
virtual void GetFocus() SAL_OVERRIDE;