summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/break.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 08:57:16 +0200
committerNoel Grandin <noel@peralex.com>2015-08-21 10:19:43 +0200
commit681172d27bc4d68429c61d68275612a45564eee6 (patch)
treee69cadb23556dd3aa380cae1597a021db08b39a0 /sw/source/ui/chrdlg/break.cxx
parent8d7c62e7d2a7d93b63f6603c3921ebbd4c96d4b7 (diff)
loplugin: defaultparams
Change-Id: I13ad6260ef6a8858765231610d5cb326b4a9ce35
Diffstat (limited to 'sw/source/ui/chrdlg/break.cxx')
-rw-r--r--sw/source/ui/chrdlg/break.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/break.cxx b/sw/source/ui/chrdlg/break.cxx
index b57801d0a9ff..25419f142fcc 100644
--- a/sw/source/ui/chrdlg/break.cxx
+++ b/sw/source/ui/chrdlg/break.cxx
@@ -201,7 +201,7 @@ void SwBreakDlg::CheckEnable()
{
m_pPageBtn->Enable(false);
if(m_pPageBtn->IsChecked())
- m_pLineBtn->Check(true);
+ m_pLineBtn->Check();
bEnable = false;
}
const bool bPage = m_pPageBtn->IsChecked();