summaryrefslogtreecommitdiff
path: root/cui/source/options/radiobtnbox.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/radiobtnbox.cxx
parent860130783830fc39ea49a3c76f70ab79b4f31f92 (diff)
loplugin: defaultparams
Change-Id: I81537289a40bdc30bd8d896dc5364f0989205e39
Diffstat (limited to 'cui/source/options/radiobtnbox.cxx')
-rw-r--r--cui/source/options/radiobtnbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/radiobtnbox.cxx b/cui/source/options/radiobtnbox.cxx
index 500617bedf28..1f1a422d9c84 100644
--- a/cui/source/options/radiobtnbox.cxx
+++ b/cui/source/options/radiobtnbox.cxx
@@ -62,7 +62,7 @@ void SvxRadioButtonListBox::KeyInput( const KeyEvent& rKEvt )
void SvxRadioButtonListBox::HandleEntryChecked( SvTreeListEntry* _pEntry )
{
- Select( _pEntry, true );
+ Select( _pEntry );
SvButtonState eState = GetCheckButtonState( _pEntry );
if ( SV_BUTTON_CHECKED == eState )