summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/wizdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/wizdlg.cxx')
-rw-r--r--svtools/source/dialogs/wizdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx
index 2829ce2044ae..7ff932ea60e8 100644
--- a/svtools/source/dialogs/wizdlg.cxx
+++ b/svtools/source/dialogs/wizdlg.cxx
@@ -418,7 +418,7 @@ void WizardDialog::StateChanged( StateChangedType nType )
}
-bool WizardDialog::Notify( NotifyEvent& rNEvt )
+bool WizardDialog::EventNotify( NotifyEvent& rNEvt )
{
if ( (rNEvt.GetType() == MouseNotifyEvent::KEYINPUT) && mpPrevBtn && mpNextBtn )
{
@@ -459,7 +459,7 @@ bool WizardDialog::Notify( NotifyEvent& rNEvt )
}
}
- return Dialog::Notify( rNEvt );
+ return Dialog::EventNotify( rNEvt );
}