summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/wizardmachine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/wizardmachine.cxx')
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index 1ff0b9d268be..bf7f67df4a8e 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -418,7 +418,7 @@ namespace svt
}
//---------------------------------------------------------------------
- IMPL_LINK(OWizardMachine, OnFinish, PushButton*, EMPTYARG)
+ IMPL_LINK_NOARG(OWizardMachine, OnFinish)
{
if ( isTravelingSuspended() )
return 0;
@@ -635,7 +635,7 @@ namespace svt
}
//---------------------------------------------------------------------
- IMPL_LINK(OWizardMachine, OnPrevPage, PushButton*, EMPTYARG)
+ IMPL_LINK_NOARG(OWizardMachine, OnPrevPage)
{
if ( isTravelingSuspended() )
return 0;
@@ -645,7 +645,7 @@ namespace svt
}
//---------------------------------------------------------------------
- IMPL_LINK(OWizardMachine, OnNextPage, PushButton*, EMPTYARG)
+ IMPL_LINK_NOARG(OWizardMachine, OnNextPage)
{
if ( isTravelingSuspended() )
return 0;