summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute
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/attribute
parent478c65b490912b2d334fab79f80d3eecbdbe0dac (diff)
sprinkle explicit over constructors
Change-Id: I92f7ccb1512362171b524ade0e8c36cbe9d332d5
Diffstat (limited to 'drawinglayer/source/attribute')
-rw-r--r--drawinglayer/source/attribute/sdrlineattribute.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/attribute/sdrlineattribute.cxx b/drawinglayer/source/attribute/sdrlineattribute.cxx
index 5d304b849970..12f476357d39 100644
--- a/drawinglayer/source/attribute/sdrlineattribute.cxx
+++ b/drawinglayer/source/attribute/sdrlineattribute.cxx
@@ -68,7 +68,7 @@ namespace drawinglayer
{
}
- ImpSdrLineAttribute(const basegfx::BColor& rColor)
+ explicit ImpSdrLineAttribute(const basegfx::BColor& rColor)
: mnRefCount(0),
meJoin(basegfx::B2DLINEJOIN_NONE),
mfWidth(0.0),