summaryrefslogtreecommitdiffstats
path: root/include/svx/svdpool.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 16:32:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 07:32:40 +0100
commitfa79e8df02a082cd4967bf7a1c61aa925dc7b101 (patch)
tree925752fb10602968d15f4057374ee8f305a7fbbc /include/svx/svdpool.hxx
parent-Werror,-Wunused-private-field (diff)
downloadcore-fa79e8df02a082cd4967bf7a1c61aa925dc7b101.tar.gz
core-fa79e8df02a082cd4967bf7a1c61aa925dc7b101.zip
loplugin:finalclasses svx
Change-Id: If55e51b8627083ba3ece2b3270adb47668b25e9d Reviewed-on: https://gerrit.libreoffice.org/81705 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdpool.hxx')
-rw-r--r--include/svx/svdpool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdpool.hxx b/include/svx/svdpool.hxx
index 04bd7c83f2e6..831a02984dbf 100644
--- a/include/svx/svdpool.hxx
+++ b/include/svx/svdpool.hxx
@@ -27,12 +27,12 @@ class XLineAttrSetItem;
class XFillAttrSetItem;
-class SVX_DLLPUBLIC SdrItemPool : public XOutdevItemPool
+class SVX_DLLPUBLIC SdrItemPool final : public XOutdevItemPool
{
public:
SdrItemPool(SfxItemPool* pMaster = nullptr);
SdrItemPool(const SdrItemPool& rPool);
-protected:
+private:
virtual ~SdrItemPool() override;
public: