diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-04-18 09:34:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-04-18 14:03:12 +0100 |
commit | 0154776f2d0bc13e44411e67f6b02bd5032b18a0 (patch) | |
tree | 4fa0b7f10b1fbf342124478a38c000a144bc681f /chart2 | |
parent | 56c5a0ba7781a325123852737970fa7f0179ff7f (diff) |
cppcheck: noExplicitConstructor
Change-Id: Iee9d28c9630a144e4da8e46e58f01a4be99aa961
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/model/template/PieChartType.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/PieChartType.hxx b/chart2/source/model/template/PieChartType.hxx index 7d200ece5226..34b3b306a8b5 100644 --- a/chart2/source/model/template/PieChartType.hxx +++ b/chart2/source/model/template/PieChartType.hxx @@ -27,7 +27,7 @@ namespace chart class PieChartType : public ChartType { public: - PieChartType( + explicit PieChartType( css::uno::Reference< css::uno::XComponentContext > const & xContext ); virtual ~PieChartType(); |