diff options
Diffstat (limited to 'cui/source/tabpages/tplnedef.cxx')
-rw-r--r-- | cui/source/tabpages/tplnedef.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx index 01893344ff19..e3b3de8f0b0f 100644 --- a/cui/source/tabpages/tplnedef.cxx +++ b/cui/source/tabpages/tplnedef.cxx @@ -869,7 +869,7 @@ void SvxLineDefTabPage::FillDialog_Impl() if( eXDS == XDASH_RECTRELATIVE ) m_pCbxSynchronize->Check(); else - m_pCbxSynchronize->Check( sal_False ); + m_pCbxSynchronize->Check( false ); m_pNumFldNumber1->SetValue( aDash.GetDots() ); SetMetricValue( *m_pMtrLength1, aDash.GetDotLen(), ePoolUnit ); |