summaryrefslogtreecommitdiff
path: root/include/svl/itemset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r--include/svl/itemset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index e8bc88a13263..7c85e7534f59 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -259,7 +259,7 @@ inline void SfxItemSet::SetParent( const SfxItemSet* pNew )
m_pParent = pNew;
}
-class SVL_DLLPUBLIC SfxAllItemSet: public SfxItemSet
+class SVL_DLLPUBLIC SfxAllItemSet final : public SfxItemSet
// Handles all Ranges. Ranges are automatically modified by putting items.
@@ -271,7 +271,7 @@ public:
virtual std::unique_ptr<SfxItemSet> Clone( bool bItems = true, SfxItemPool *pToPool = nullptr ) const override;
virtual SfxItemSet CloneAsValue( bool bItems = true, SfxItemPool *pToPool = nullptr ) const override;
-protected:
+private:
virtual const SfxPoolItem* PutImpl( const SfxPoolItem&, sal_uInt16 nWhich, bool bPassingOwnership ) override;
};