summaryrefslogtreecommitdiff
path: root/include/svl/itempool.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-01 09:12:39 +0200
committerNoel Grandin <noel@peralex.com>2016-03-01 11:20:24 +0200
commitc6eb232cb7b2a1fc58edb379463d1aa589973af4 (patch)
treedfb9fb601727b83356ece5f8a37394677d1590ee /include/svl/itempool.hxx
parent3da977def7fa97e791c279c05de6b2e06b79fcd4 (diff)
loplugin:unuseddefaultparam in svl
Change-Id: Ifc82563c8930332d460df4d97935ba6e9946689f
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r--include/svl/itempool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index a719a11c69da..e9f216bd4f4c 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -204,7 +204,7 @@ public:
sal_uInt16 GetWhich( sal_uInt16 nSlot, bool bDeep = true ) const;
sal_uInt16 GetSlotId( sal_uInt16 nWhich, bool bDeep = true ) const;
sal_uInt16 GetTrueWhich( sal_uInt16 nSlot, bool bDeep = true ) const;
- sal_uInt16 GetTrueSlotId( sal_uInt16 nWhich, bool bDeep = true ) const;
+ sal_uInt16 GetTrueSlotId( sal_uInt16 nWhich ) const;
void SetVersionMap( sal_uInt16 nVer,
sal_uInt16 nOldStart, sal_uInt16 nOldEnd,