summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-16 13:35:59 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 08:19:32 +0200
commitfcb5512751abb0cece3d3922686dfbcf32f68b17 (patch)
treeeed1ef1a843d599e1c6ae659b9eea71f72946ffa /include/editeng
parentbc9d5eb566137351969c58f907a2dc98273a6bf8 (diff)
convert Link<> to typed
Change-Id: I5c629821b7f30caba4d182d45f3f3cd0159acc5c
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/outliner.hxx2
1 files changed, 1 insertions, 1 deletions
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 );