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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx
index 51bbd19e605c..48440f2fefb6 100644
--- a/svtools/source/dialogs/wizdlg.cxx
+++ b/svtools/source/dialogs/wizdlg.cxx
@@ -462,8 +462,8 @@ bool WizardDialog::Notify( NotifyEvent& rNEvt )
if ( mpPrevBtn->IsVisible() &&
mpPrevBtn->IsEnabled() && mpPrevBtn->IsInputEnabled() )
{
- mpPrevBtn->SetPressed( sal_True );
- mpPrevBtn->SetPressed( sal_False );
+ mpPrevBtn->SetPressed( true );
+ mpPrevBtn->SetPressed( false );
mpPrevBtn->Click();
}
return true;
@@ -476,8 +476,8 @@ bool WizardDialog::Notify( NotifyEvent& rNEvt )
if ( mpNextBtn->IsVisible() &&
mpNextBtn->IsEnabled() && mpNextBtn->IsInputEnabled() )
{
- mpNextBtn->SetPressed( sal_True );
- mpNextBtn->SetPressed( sal_False );
+ mpNextBtn->SetPressed( true );
+ mpNextBtn->SetPressed( false );
mpNextBtn->Click();
}
return true;