summaryrefslogtreecommitdiff
path: root/svx/source/dialog/hdft.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/hdft.cxx')
-rw-r--r--svx/source/dialog/hdft.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index e6a2b5306347..9b2032248e64 100644
--- a/svx/source/dialog/hdft.cxx
+++ b/svx/source/dialog/hdft.cxx
@@ -192,7 +192,7 @@ SvxHFPage::SvxHFPage( Window* pParent, const SfxItemSet& rSet, sal_uInt16 nSetId
m_pPageLbl->Show();
InitHandler();
- m_pBspWin->EnableRTL( sal_False );
+ m_pBspWin->EnableRTL( false );
// This Page needs ExchangeSupport
SetExchangeSupport();
@@ -404,10 +404,10 @@ void SvxHFPage::Reset( const SfxItemSet& rSet )
if ( !pSetItem )
{
- m_pTurnOnBox->Check( sal_False );
- m_pHeightDynBtn->Check( sal_True );
- m_pCntSharedBox->Check( sal_True );
- m_pCntSharedFirstBox->Check( sal_True );
+ m_pTurnOnBox->Check( false );
+ m_pHeightDynBtn->Check( true );
+ m_pCntSharedBox->Check( true );
+ m_pCntSharedFirstBox->Check( true );
}
TurnOnHdl(0);