editeng/inc/editeng/outliner.hxx | 2 +- formula/inc/formula/formula.hxx | 2 +- formula/inc/formula/funcutl.hxx | 2 +- svtools/inc/svtools/QueryFolderName.hxx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit f50f7368ab99bd2dd65fdfbc846cdfd532ae2133 Author: Stephan Bergmann <[email protected]> Date: Thu Mar 1 23:55:47 2012 +0100 More IMPL_LINK_NOARG fixes diff --git a/editeng/inc/editeng/outliner.hxx b/editeng/inc/editeng/outliner.hxx index f2e5264..faceb8a 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* ); diff --git a/formula/inc/formula/formula.hxx b/formula/inc/formula/formula.hxx index 25f2ad8..17f8fb4 100644 --- a/formula/inc/formula/formula.hxx +++ b/formula/inc/formula/formula.hxx @@ -106,7 +106,7 @@ private: ::std::auto_ptr<FormulaDlg_Impl> m_pImpl; SAL_WNODEPRECATED_DECLARATIONS_POP - DECL_LINK( UpdateFocusHdl, Timer*); + DECL_LINK( UpdateFocusHdl, void*); protected: void disableOk(); diff --git a/formula/inc/formula/funcutl.hxx b/formula/inc/formula/funcutl.hxx index 188e0b4..398e685 100644 --- a/formula/inc/formula/funcutl.hxx +++ b/formula/inc/formula/funcutl.hxx @@ -44,7 +44,7 @@ private: Timer aTimer; IControlReferenceHandler* pAnyRefDlg; // parent dialog - DECL_LINK( UpdateHdl, Timer* ); + DECL_LINK( UpdateHdl, void* ); protected: virtual void KeyInput( const KeyEvent& rKEvt ); diff --git a/svtools/inc/svtools/QueryFolderName.hxx b/svtools/inc/svtools/QueryFolderName.hxx index b976271..3451614 100644 --- a/svtools/inc/svtools/QueryFolderName.hxx +++ b/svtools/inc/svtools/QueryFolderName.hxx @@ -49,8 +49,8 @@ private: OKButton aOKBtn; CancelButton aCancelBtn; - DECL_LINK( OKHdl, Button * ); - DECL_LINK( NameHdl, Edit * ); + DECL_LINK( OKHdl, void * ); + DECL_LINK( NameHdl, void * ); public: QueryFolderNameDialog( Window* _pParent, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
