summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-02 17:52:13 +0200
committerDavid Tardon <dtardon@redhat.com>2012-07-03 17:47:18 +0200
commitfddd006495f0c8584c85ff22ad0041094ea9a8cd (patch)
tree16cfc14fbb0ccfcfca86d07edbe1348101f878bc /drawinglayer/source/primitive2d/graphicprimitive2d.cxx
parent478c65b490912b2d334fab79f80d3eecbdbe0dac (diff)
sprinkle explicit over constructors
Change-Id: I92f7ccb1512362171b524ade0e8c36cbe9d332d5
Diffstat (limited to 'drawinglayer/source/primitive2d/graphicprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/graphicprimitive2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
index 5ae2b37d4d6a..fac806d7cd57 100644
--- a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
@@ -68,7 +68,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(); }