summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-16 14:05:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-16 15:36:22 +0100
commit8def8ca39d28ad34106767d14273b7b7d1b0b882 (patch)
tree4cfacf0c6c6821b34341c2ed01cc4bcd260e36d1 /include
parent94146d15b2183857378b84cac9f36f8455dd378f (diff)
loplugin:buriedassign in sc
Change-Id: I1408fd35a50a95e12895979b797548c89f7f4c74 Reviewed-on: https://gerrit.libreoffice.org/63469 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svl/itemset.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 05618d231754..23d994ddb968 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -192,9 +192,8 @@ public:
inline void SetParent( const SfxItemSet* pNew );
// add, delete items, work on items
-protected:
- virtual const SfxPoolItem* Put( const SfxPoolItem&, sal_uInt16 nWhich );
public:
+ virtual const SfxPoolItem* Put( const SfxPoolItem&, sal_uInt16 nWhich );
const SfxPoolItem* Put( const SfxPoolItem& rItem )
{ return Put(rItem, rItem.Which()); }
bool Put( const SfxItemSet&,