summaryrefslogtreecommitdiff
path: root/cui/source/options/optctl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optctl.cxx')
-rw-r--r--cui/source/options/optctl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/options/optctl.cxx b/cui/source/options/optctl.cxx
index 2ad83c561f13..7223e3972663 100644
--- a/cui/source/options/optctl.cxx
+++ b/cui/source/options/optctl.cxx
@@ -32,8 +32,8 @@ IMPL_LINK_NOARG(SvxCTLOptionsPage, SequenceCheckingCB_Hdl)
// #i48117#: by default restricted and type&replace have to be switched on
if(bIsSequenceChecking)
{
- m_pTypeReplaceCB->Check( sal_True );
- m_pRestrictedCB->Check( sal_True );
+ m_pTypeReplaceCB->Check( true );
+ m_pRestrictedCB->Check( true );
}
return 0;
}
@@ -92,8 +92,8 @@ sal_Bool SvxCTLOptionsPage::FillItemSet( SfxItemSet& )
bModified = sal_True;
}
- sal_Bool bLogicalChecked = m_pMovementLogicalRB->IsChecked();
- sal_Bool bVisualChecked = m_pMovementVisualRB->IsChecked();
+ bool bLogicalChecked = m_pMovementLogicalRB->IsChecked();
+ bool bVisualChecked = m_pMovementVisualRB->IsChecked();
if ( bLogicalChecked != m_pMovementLogicalRB->GetSavedValue() ||
bVisualChecked != m_pMovementVisualRB->GetSavedValue() )
{