From 267f401e2ad6e0094de39032671a3191772276ed Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 7 Sep 2015 09:33:18 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: I2a1add8cf526cdb305ad99ccb138454a88f2fdbd --- drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer/source/primitive2d') diff --git a/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx b/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx index 843ba43ba1c8..f8484ef51b2e 100644 --- a/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx +++ b/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx @@ -53,7 +53,7 @@ namespace sal_uInt32 generateStepTime(sal_uInt32 nIndex) const; public: - animatedBitmapExPreparator(const Graphic& rGraphic); + explicit animatedBitmapExPreparator(const Graphic& rGraphic); sal_uInt32 count() const { return maSteps.size(); } sal_uInt32 loopCount() const { return (sal_uInt32)maAnimation.GetLoopCount(); } -- cgit