From 80ef0dfedcbba5a0c2cb8de409cc24200191fab8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Mar 2014 14:20:18 +0200 Subject: svtools: sal_Bool->bool Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5 --- chart2/source/controller/dialogs/dlg_CreationWizard.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2/source/controller/dialogs/dlg_CreationWizard.cxx') diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx index d0b745dd134c..6b018be7f68e 100644 --- a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx +++ b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx @@ -69,7 +69,7 @@ CreationWizard::CreationWizard( Window* pParent, const uno::Reference< frame::XM m_apDialogModel.reset( new DialogModel( m_xChartModel, m_xCC )); // Do not call FreeResource(), because there are no sub-elements defined in // the dialog resource - ShowButtonFixedLine( sal_True ); + ShowButtonFixedLine( true ); defaultButton( WZB_FINISH ); if( m_nOnePageOnlyIndex < 0 || m_nOnePageOnlyIndex >= nPageCount ) @@ -155,7 +155,7 @@ svt::OWizardPage* CreationWizard::createPage(WizardState nState) return pRet; } -sal_Bool CreationWizard::leaveState( WizardState /*_nState*/ ) +bool CreationWizard::leaveState( WizardState /*_nState*/ ) { return m_bCanTravel; } -- cgit