diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 09:59:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 12:05:38 +0200 |
commit | c9b4c5681194a1cd3297a36d4a1f4e4cc3aac55a (patch) | |
tree | 2cb864a67b556f807ba175507296f7dfc5254944 /include/formula | |
parent | 8c4a1663f5d93380268365d35a5581d8065df897 (diff) |
Use typed Idle::SetIdleHdl Link
Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/formula.hxx | 2 | ||||
-rw-r--r-- | include/formula/funcutl.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx index cfa13a21d086..1426404c038b 100644 --- a/include/formula/formula.hxx +++ b/include/formula/formula.hxx @@ -99,7 +99,7 @@ public: private: ::std::unique_ptr<FormulaDlg_Impl> m_pImpl; - DECL_LINK( UpdateFocusHdl, void*); + DECL_LINK_TYPED( UpdateFocusHdl, Idle*, void ); protected: void disableOk(); diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx index 400a49b79876..77b9386e43aa 100644 --- a/include/formula/funcutl.hxx +++ b/include/formula/funcutl.hxx @@ -36,7 +36,7 @@ private: IControlReferenceHandler* pAnyRefDlg; // parent dialog VclPtr<vcl::Window> pLabelWidget; - DECL_LINK( UpdateHdl, void* ); + DECL_LINK_TYPED( UpdateHdl, Idle*, void ); protected: virtual void KeyInput( const KeyEvent& rKEvt ) SAL_OVERRIDE; |