summaryrefslogtreecommitdiff
path: root/svx/source/stbctrls/selctrl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-11 08:42:40 +0200
committerNoel Grandin <noel@peralex.com>2015-08-11 09:48:18 +0200
commit3553a5d3a899954c4db09e264d8faf07e817e564 (patch)
tree15f5d78ebe53ed498536c2d518a4cc2ad195c072 /svx/source/stbctrls/selctrl.cxx
parente624c13cf1732f42d2da212b1b96aa9de7dd66cf (diff)
loplugin: defaultparams
Change-Id: I513643385dc0a04b68c5cf4a5f43aa0804e572e6
Diffstat (limited to 'svx/source/stbctrls/selctrl.cxx')
-rw-r--r--svx/source/stbctrls/selctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/stbctrls/selctrl.cxx b/svx/source/stbctrls/selctrl.cxx
index c44f45625bb9..49bc531d8c6b 100644
--- a/svx/source/stbctrls/selctrl.cxx
+++ b/svx/source/stbctrls/selctrl.cxx
@@ -67,7 +67,7 @@ static sal_uInt16 state_to_id( sal_uInt16 nState )
SelectionTypePopup::SelectionTypePopup( sal_uInt16 nCurrent )
: PopupMenu( ResId( RID_SVXMENU_SELECTION, DIALOG_MGR() ) )
{
- CheckItem( state_to_id( nCurrent ), true );
+ CheckItem( state_to_id( nCurrent ) );
}
SvxSelectionModeControl::SvxSelectionModeControl( sal_uInt16 _nSlotId,