summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-04-11 09:14:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-04-11 10:07:06 +0100
commitb8cd2221bc0376c63b5d9d09fd1fa232b765e229 (patch)
treeb1c254e9b7224685fce9f0749dcd8d4f1d9c9ed4 /chart2
parentFix indentation (diff)
downloadcore-b8cd2221bc0376c63b5d9d09fd1fa232b765e229.tar.gz
core-b8cd2221bc0376c63b5d9d09fd1fa232b765e229.zip
cppcheck: noExplicitConstructor
Change-Id: Ie25240030fd848a5b30526746206bfd5fe543091
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/accessibility/AccessibleChartShape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/accessibility/AccessibleChartShape.hxx b/chart2/source/controller/accessibility/AccessibleChartShape.hxx
index e853c50cba96..79c88c38370a 100644
--- a/chart2/source/controller/accessibility/AccessibleChartShape.hxx
+++ b/chart2/source/controller/accessibility/AccessibleChartShape.hxx
@@ -44,7 +44,7 @@ class AccessibleChartShape :
public impl::AccessibleChartShape_Base
{
public:
- AccessibleChartShape( const AccessibleElementInfo& rAccInfo );
+ explicit AccessibleChartShape( const AccessibleElementInfo& rAccInfo );
virtual ~AccessibleChartShape();
// ________ XServiceInfo ________