summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-25 14:20:18 +0200
committerNoel Grandin <noel@peralex.com>2014-03-25 14:32:57 +0200
commit80ef0dfedcbba5a0c2cb8de409cc24200191fab8 (patch)
tree4799ef80c36dabd4adb50da98d5a9baeff237b8a /svtools/source/uno/wizard/wizardshell.hxx
parentb5e11641a7cec634c603213869a3475b1e01084e (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.hxx4
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;