summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/pgfnote.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/misc/pgfnote.cxx
parent8d7c62e7d2a7d93b63f6603c3921ebbd4c96d4b7 (diff)
loplugin: defaultparams
Change-Id: I13ad6260ef6a8858765231610d5cb326b4a9ce35
Diffstat (limited to 'sw/source/ui/misc/pgfnote.cxx')
-rw-r--r--sw/source/ui/misc/pgfnote.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/misc/pgfnote.cxx b/sw/source/ui/misc/pgfnote.cxx
index 11698c348e1c..cbe3a891b340 100644
--- a/sw/source/ui/misc/pgfnote.cxx
+++ b/sw/source/ui/misc/pgfnote.cxx
@@ -178,11 +178,11 @@ void SwFootNotePage::Reset(const SfxItemSet *rSet)
if(lHeight)
{
m_pMaxHeightEdit->SetValue(m_pMaxHeightEdit->Normalize(lHeight),FUNIT_TWIP);
- m_pMaxHeightBtn->Check(true);
+ m_pMaxHeightBtn->Check();
}
else
{
- m_pMaxHeightPageBtn->Check(true);
+ m_pMaxHeightPageBtn->Check();
m_pMaxHeightEdit->Enable(false);
}
m_pMaxHeightPageBtn->SetClickHdl(LINK(this,SwFootNotePage,HeightPage));