[Libreoffice-commits] core.git: sw/source
Tor Lillqvist
tml at collabora.com
Tue Sep 20 19:32:40 UTC 2016
sw/source/ui/dbui/dbinsdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3b658417dc563e48906ba246ec2bfeaaefb5603b
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Sep 20 22:28:46 2016 +0300
loplugin:defaultparams
Change-Id: Ic314f620e711f8e16980c568c28b7cc361c5c1a8
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index b9bbe1c..048802c 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 ));
More information about the Libreoffice-commits
mailing list