summaryrefslogtreecommitdiff
path: root/vcl/inc/wizdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/wizdlg.hxx')
-rw-r--r--vcl/inc/wizdlg.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/wizdlg.hxx b/vcl/inc/wizdlg.hxx
index d1dd68f0cde3..997a63c06dd7 100644
--- a/vcl/inc/wizdlg.hxx
+++ b/vcl/inc/wizdlg.hxx
@@ -169,7 +169,7 @@ namespace vcl
@return
<TRUE/> if and only if the page is allowed to be left
*/
- bool prepareLeaveCurrentState( WizardTypes::CommitPageReason eReason );
+ static bool prepareLeaveCurrentState( WizardTypes::CommitPageReason eReason );
/** determine the next state to travel from the given one
@@ -238,8 +238,6 @@ namespace vcl
*/
WizardTypes::WizardState getCurrentState() const { return GetCurLevel(); }
- static IWizardPageController* getPageController( TabPage* _pCurrentPage );
-
/** returns a human readable name for a given state
There is a default implementation for this method, which returns the display name