summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/LineChartType.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 14:56:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-10 07:44:37 +0100
commit37a4a250662cbfb394f02ad29edca53d898a05d7 (patch)
tree98d5a804d5e4e9c3d8b38cc996c928f3cbcc545b /chart2/source/model/template/LineChartType.hxx
parentReplace lists by vectors in xichart/xipivot (sc) (diff)
downloadcore-37a4a250662cbfb394f02ad29edca53d898a05d7.tar.gz
core-37a4a250662cbfb394f02ad29edca53d898a05d7.zip
loplugin:finalclasses in chart2
Change-Id: I35afa226beb6fe4319313125c323d9f059837357 Reviewed-on: https://gerrit.libreoffice.org/44534 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/model/template/LineChartType.hxx')
-rw-r--r--chart2/source/model/template/LineChartType.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/template/LineChartType.hxx b/chart2/source/model/template/LineChartType.hxx
index d001b72bf424..18269668db70 100644
--- a/chart2/source/model/template/LineChartType.hxx
+++ b/chart2/source/model/template/LineChartType.hxx
@@ -25,7 +25,7 @@
namespace chart
{
-class LineChartType : public ChartType
+class LineChartType final : public ChartType
{
public:
explicit LineChartType( css::uno::Reference< css::uno::XComponentContext > const & xContext );
@@ -38,7 +38,7 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames() override;
-protected:
+private:
explicit LineChartType( const LineChartType & rOther );
// ____ XChartType ____