summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/CandleStickChartType.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-08 09:29:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-08 11:14:38 +0100
commit0f71828a9582f241dcddac5fe9a11fdf3a1a4e1c (patch)
tree75cb6a18fd360d7b2e53f4048a56b2e79e8499c8 /chart2/source/model/template/CandleStickChartType.hxx
parentvclptr fix in ScrollableWrapper (diff)
downloadcore-0f71828a9582f241dcddac5fe9a11fdf3a1a4e1c.tar.gz
core-0f71828a9582f241dcddac5fe9a11fdf3a1a4e1c.zip
cppcheck: noExplicitConstructor
Change-Id: I8b03c27188b02c3c4a9a9fbbe0df1fb1ae1c5caf
Diffstat (limited to 'chart2/source/model/template/CandleStickChartType.hxx')
-rw-r--r--chart2/source/model/template/CandleStickChartType.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/CandleStickChartType.hxx b/chart2/source/model/template/CandleStickChartType.hxx
index 7a5ade0bfc06..ee3c007b4a4d 100644
--- a/chart2/source/model/template/CandleStickChartType.hxx
+++ b/chart2/source/model/template/CandleStickChartType.hxx
@@ -27,7 +27,7 @@ namespace chart
class CandleStickChartType : public ChartType
{
public:
- CandleStickChartType(
+ explicit CandleStickChartType(
::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext > const & xContext );
virtual ~CandleStickChartType();