summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/PlaceEditDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/PlaceEditDialog.cxx')
-rw-r--r--svtools/source/dialogs/PlaceEditDialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/dialogs/PlaceEditDialog.cxx b/svtools/source/dialogs/PlaceEditDialog.cxx
index 2db914235d80..90fdea7b0a92 100644
--- a/svtools/source/dialogs/PlaceEditDialog.cxx
+++ b/svtools/source/dialogs/PlaceEditDialog.cxx
@@ -146,13 +146,13 @@ void PlaceEditDialog::InitDetails( )
SelectTypeHdl( m_pLBServerType );
}
-IMPL_LINK ( PlaceEditDialog, OKHdl, Button *, EMPTYARG )
+IMPL_LINK ( PlaceEditDialog, OKHdl, Button *, )
{
EndDialog( RET_OK );
return 1;
}
-IMPL_LINK ( PlaceEditDialog, DelHdl, Button *, EMPTYARG )
+IMPL_LINK ( PlaceEditDialog, DelHdl, Button *, )
{
// ReUsing existing symbols...
EndDialog( RET_NO );