summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-09-20 22:28:46 +0300
committerTor Lillqvist <tml@collabora.com>2016-09-20 22:30:49 +0300
commit3b658417dc563e48906ba246ec2bfeaaefb5603b (patch)
treec97b81538c3973f84db293a74762f92a75594f3f /sw/source
parent7ecd33724fcfff08db1cfd963c68cd0ed83f98c2 (diff)
loplugin:defaultparams
Change-Id: Ic314f620e711f8e16980c568c28b7cc361c5c1a8
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index b9bbe1c3a90d..048802c86741 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -365,7 +365,7 @@ SwInsertDBColAutoPilot::SwInsertDBColAutoPilot( SwView& rView,
}
// by default, select header button
- m_pRbHeadlColnms->Check(true);
+ m_pRbHeadlColnms->Check();
m_pRbHeadlEmpty->Check(false);
m_pRbAsTable->SetClickHdl( LINK(this, SwInsertDBColAutoPilot, PageHdl ));