summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 13:54:44 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:46 +0200
commitb4deeef405fc4200c1b33d2cecf7b301417b2398 (patch)
tree9ced886d424136a484fbb94e6d08e1c67136e897 /svtools/source
parent8d927d3f82a33a464662e4b54a8a07d30d4d1a19 (diff)
convert Link<> to typed
Change-Id: Ia520982b6764994fc4ab02cb12d1bd051e37883a
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/dialogs/wizdlg.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx
index b35b901e462a..185725bcda3b 100644
--- a/svtools/source/dialogs/wizdlg.cxx
+++ b/svtools/source/dialogs/wizdlg.cxx
@@ -492,10 +492,7 @@ void WizardDialog::ActivatePage()
bool WizardDialog::DeactivatePage()
{
- if ( maDeactivateHdl.IsSet() )
- return maDeactivateHdl.Call( this );
- else
- return true;
+ return true;
}