diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-25 14:20:18 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-25 14:32:57 +0200 |
commit | 80ef0dfedcbba5a0c2cb8de409cc24200191fab8 (patch) | |
tree | 4799ef80c36dabd4adb50da98d5a9baeff237b8a /svtools/source/uno/wizard/wizardshell.hxx | |
parent | b5e11641a7cec634c603213869a3475b1e01084e (diff) |
svtools: sal_Bool->bool
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.hxx')
-rw-r--r-- | svtools/source/uno/wizard/wizardshell.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.hxx b/svtools/source/uno/wizard/wizardshell.hxx index c62cb77f3d72..5eeb4e6bb147 100644 --- a/svtools/source/uno/wizard/wizardshell.hxx +++ b/svtools/source/uno/wizard/wizardshell.hxx @@ -57,10 +57,10 @@ namespace svt { namespace uno // OWizardMachine overridables virtual TabPage* createPage( WizardState i_nState ); virtual void enterState( WizardState i_nState ); - virtual sal_Bool leaveState( WizardState i_nState ); + virtual bool leaveState( WizardState i_nState ); virtual OUString getStateDisplayName( WizardState i_nState ) const; virtual bool canAdvance() const; - virtual sal_Bool onFinish(); + virtual bool onFinish(); virtual IWizardPageController* getPageController( TabPage* _pCurrentPage ) const; |