summaryrefslogtreecommitdiff
path: root/cui/source/options/optasian.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optasian.cxx')
-rw-r--r--cui/source/options/optasian.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optasian.cxx b/cui/source/options/optasian.cxx
index 4e3769423ea8..db9ac45911ef 100644
--- a/cui/source/options/optasian.cxx
+++ b/cui/source/options/optasian.cxx
@@ -265,9 +265,9 @@ void SvxAsianLayoutPage::Reset( const SfxItemSet& )
m_pHintFT->Enable(false);
}
if(bKernWesternText)
- m_pCharKerningRB->Check(sal_True);
+ m_pCharKerningRB->Check(true);
else
- m_pCharPunctKerningRB->Check(sal_True);
+ m_pCharPunctKerningRB->Check(true);
switch(nCompress)
{
case 0 : m_pNoCompressionRB->Check(); break;