summaryrefslogtreecommitdiff
path: root/include/svx/checklbx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-29 15:04:58 +0200
committerNoel Grandin <noel@peralex.com>2016-03-01 08:30:28 +0200
commit5e913234da65484778d53179ee2005aec01d0f0e (patch)
tree7532854c855220fd110f6340f5c9c8e53af117b9 /include/svx/checklbx.hxx
parent595f46344e18fd6275ff7b862269e4c131449591 (diff)
loplugin:unuseddefaultparam in svx (part2)
Change-Id: I99e3d6137ec17e3fc782253c85e5fa4f1da4cec4
Diffstat (limited to 'include/svx/checklbx.hxx')
-rw-r--r--include/svx/checklbx.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx
index f633d50b1cc1..0e0e87201160 100644
--- a/include/svx/checklbx.hxx
+++ b/include/svx/checklbx.hxx
@@ -55,7 +55,7 @@ public:
SvLBoxButtonKind_enabledCheckbox );
void RemoveEntry ( sal_uLong nPos );
- void SelectEntryPos ( sal_uLong nPos, bool bSelect = true );
+ void SelectEntryPos ( sal_uLong nPos );
sal_uLong GetSelectEntryPos () const;
void* GetSelectEntryData () const { return GetEntryData(GetSelectEntryPos()); }