From fcb5512751abb0cece3d3922686dfbcf32f68b17 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Sep 2015 13:35:59 +0200 Subject: convert Link<> to typed Change-Id: I5c629821b7f30caba4d182d45f3f3cd0159acc5c --- include/editeng/outliner.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng') diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 863d9ec41bf1..479d6eb21ce7 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -617,7 +617,7 @@ class EDITENG_DLLPUBLIC Outliner : public SfxBroadcaster sal_uLong nDummy; - DECL_LINK( ParaVisibleStateChangedHdl, Paragraph* ); + DECL_LINK_TYPED( ParaVisibleStateChangedHdl, Paragraph&, void ); DECL_LINK_TYPED( BeginMovingParagraphsHdl, MoveParagraphsInfo&, void ); DECL_LINK_TYPED( EndMovingParagraphsHdl, MoveParagraphsInfo&, void ); DECL_LINK_TYPED( BeginPasteOrDropHdl, PasteOrDropInfos&, void ); -- cgit