From 21773f6d9a06012634716f3af5ccc74b6204a569 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 2 May 2015 14:16:44 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: I0b1cac50f9e158004f8c1b8294b7a1b9f21f9628 --- animations/source/animcore/animcore.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'animations/source') diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index 3fbad43d9a1f..6a1d338941db 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -129,8 +129,8 @@ public: class AnimationNode : public AnimationNodeBase { public: - AnimationNode( sal_Int16 nNodeType ); - AnimationNode( const AnimationNode& rNode ); + explicit AnimationNode(sal_Int16 nNodeType); + explicit AnimationNode(const AnimationNode& rNode); virtual ~AnimationNode(); // XInterface -- cgit v1.2.3