diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-01 23:55:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-01 23:55:47 +0100 |
commit | f50f7368ab99bd2dd65fdfbc846cdfd532ae2133 (patch) | |
tree | b5372bb836938a27e28acd28b42c3bcecf9ca397 /editeng | |
parent | 76e0d695a41326a5583dbc9702e0ce3b8219b514 (diff) |
More IMPL_LINK_NOARG fixes
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/outliner.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/outliner.hxx b/editeng/inc/editeng/outliner.hxx index f2e52647eabb..faceb8ae106e 100644 --- a/editeng/inc/editeng/outliner.hxx +++ b/editeng/inc/editeng/outliner.hxx @@ -617,7 +617,7 @@ class EDITENG_DLLPUBLIC Outliner : public SfxBroadcaster #ifdef _OUTLINER_CXX DECL_LINK( ParaVisibleStateChangedHdl, Paragraph* ); - DECL_LINK( BeginMovingParagraphsHdl, MoveParagraphsInfo* ); + DECL_LINK( BeginMovingParagraphsHdl, void* ); DECL_LINK( EndMovingParagraphsHdl, MoveParagraphsInfo* ); DECL_LINK( BeginPasteOrDropHdl, PasteOrDropInfos* ); DECL_LINK( EndPasteOrDropHdl, PasteOrDropInfos* ); |