summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-02 20:24:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-02 20:24:38 +0000
commitf61d3bc92c5a3556f59347a84769ce04d3b22752 (patch)
tree0fe6a3f9f163aed8f2b804776007ae7383e7c170 /chart2
parentdfb73ede137c8232f749f701219d64b134e9e965 (diff)
cppcheck: noExplicitConstructor
Change-Id: Ic6407a57440fbd887f9ec9d5963e5748aa89a29e
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/DummyXShape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/DummyXShape.hxx b/chart2/source/view/main/DummyXShape.hxx
index 993b96ec6ac8..67bcb804cb2e 100644
--- a/chart2/source/view/main/DummyXShape.hxx
+++ b/chart2/source/view/main/DummyXShape.hxx
@@ -276,7 +276,7 @@ public:
class DummyLine3D : public DummyXShape
{
public:
- DummyLine3D(const VLineProperties& rProperties);
+ explicit DummyLine3D(const VLineProperties& rProperties);
};
class DummyLine2D : public DummyXShape