summaryrefslogtreecommitdiff
path: root/sc/inc/chartuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-21 14:52:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-21 20:02:19 +0200
commit1549a6be37f5b054c276d85c45b3fcf6a5214c20 (patch)
tree020e7211eec899ae2f9c86c9e4523d9da658f27c /sc/inc/chartuno.hxx
parent7d188fe4639717df47e2ff72d8c1295e23862ef9 (diff)
loplugin:finalclasses in sc/inc
Change-Id: I818a5dda788fd15a718914fb05f23e5225dce1c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117588 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/chartuno.hxx')
-rw-r--r--sc/inc/chartuno.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx
index 5937ce92e256..63b121b8dfc1 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -97,7 +97,7 @@ typedef ::cppu::WeakComponentImplHelper<
typedef ::comphelper::OPropertyContainer ScChartObj_PBase;
typedef ::comphelper::OPropertyArrayUsageHelper< ScChartObj > ScChartObj_PABase;
-class ScChartObj : public ::cppu::BaseMutex
+class ScChartObj final : public ::cppu::BaseMutex
,public ScChartObj_Base
,public ScChartObj_PBase
,public ScChartObj_PABase
@@ -111,7 +111,6 @@ private:
void Update_Impl( const ScRangeListRef& rRanges, bool bColHeaders, bool bRowHeaders );
void GetData_Impl( ScRangeListRef& rRanges, bool& rColHeaders, bool& rRowHeaders ) const;
-protected:
// ::comphelper::OPropertySetHelper
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override;
virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const css::uno::Any& rValue ) override;