diff options
Diffstat (limited to 'uui/source/masterpasscrtdlg.hxx')
-rw-r--r-- | uui/source/masterpasscrtdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/masterpasscrtdlg.hxx b/uui/source/masterpasscrtdlg.hxx index 48310e5fd276..38efbcb0ac46 100644 --- a/uui/source/masterpasscrtdlg.hxx +++ b/uui/source/masterpasscrtdlg.hxx @@ -37,8 +37,8 @@ private: VclPtr<OKButton> m_pOKBtn; - DECL_LINK_TYPED(OKHdl_Impl, Button*, void); - DECL_LINK_TYPED(EditHdl_Impl, Edit&, void); + DECL_LINK(OKHdl_Impl, Button*, void); + DECL_LINK(EditHdl_Impl, Edit&, void); public: MasterPasswordCreateDialog( vcl::Window* pParent, ResMgr * pResMgr ); |