summaryrefslogtreecommitdiff
path: root/cui/source/options/certpath.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-12 15:09:44 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 10:52:46 +0200
commit4c6d1a2636941c559d78fcac36125ba1374330f9 (patch)
treed651b23ce2b95f320d37a4d4c3fb2d1ccf0de916 /cui/source/options/certpath.cxx
parent860130783830fc39ea49a3c76f70ab79b4f31f92 (diff)
loplugin: defaultparams
Change-Id: I81537289a40bdc30bd8d896dc5364f0989205e39
Diffstat (limited to 'cui/source/options/certpath.cxx')
-rw-r--r--cui/source/options/certpath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx
index 10c2ebc1bf90..89a4930942a8 100644
--- a/cui/source/options/certpath.cxx
+++ b/cui/source/options/certpath.cxx
@@ -174,7 +174,7 @@ IMPL_LINK( CertPathDialog, CheckHdl_Impl, SvSimpleTable *, pList )
void CertPathDialog::HandleCheckEntry( SvTreeListEntry* _pEntry )
{
- m_pCertPathList->Select( _pEntry, true );
+ m_pCertPathList->Select( _pEntry );
SvButtonState eState = m_pCertPathList->GetCheckButtonState( _pEntry );
if (SV_BUTTON_CHECKED == eState)