summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldedt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/fldedt.cxx')
-rw-r--r--sw/source/ui/fldui/fldedt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/fldedt.cxx b/sw/source/ui/fldui/fldedt.cxx
index 5938f599c499..89d0ef3ef78a 100644
--- a/sw/source/ui/fldui/fldedt.cxx
+++ b/sw/source/ui/fldui/fldedt.cxx
@@ -241,7 +241,7 @@ void SwFldEditDlg::InsertHdl()
/*--------------------------------------------------------------------
Description: kick off changing of the field
--------------------------------------------------------------------*/
-IMPL_LINK( SwFldEditDlg, OKHdl, Button *, EMPTYARG )
+IMPL_LINK_NOARG(SwFldEditDlg, OKHdl)
{
if (GetOKButton()->IsEnabled())
{
@@ -307,7 +307,7 @@ IMPL_LINK( SwFldEditDlg, NextPrevHdl, Button *, pButton )
return 0;
}
-IMPL_LINK( SwFldEditDlg, AddressHdl, PushButton *, EMPTYARG )
+IMPL_LINK_NOARG(SwFldEditDlg, AddressHdl)
{
SwFldPage* pTabPage = (SwFldPage*)GetTabPage();
SwFldMgr& rMgr = pTabPage->GetFldMgr();