summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/wrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/frmdlg/wrap.cxx')
-rw-r--r--sw/source/ui/frmdlg/wrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/frmdlg/wrap.cxx b/sw/source/ui/frmdlg/wrap.cxx
index ab59a3327d8f..2e6bec7f258b 100644
--- a/sw/source/ui/frmdlg/wrap.cxx
+++ b/sw/source/ui/frmdlg/wrap.cxx
@@ -518,7 +518,7 @@ void SwWrapTabPage::ActivatePage(const SfxItemSet& rSet)
if(m_pNoWrapRB->IsChecked() && !m_pNoWrapRB->IsEnabled())
{
if(m_pWrapThroughRB->IsEnabled())
- m_pWrapThroughRB->Check(sal_True);
+ m_pWrapThroughRB->Check(true);
else if(m_pWrapLeftRB->IsEnabled())
m_pWrapLeftRB->Check();
else if(m_pWrapRightRB->IsEnabled())