summaryrefslogtreecommitdiff
path: root/oox/source/export/ColorPropertySet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/export/ColorPropertySet.cxx')
-rw-r--r--oox/source/export/ColorPropertySet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/ColorPropertySet.cxx b/oox/source/export/ColorPropertySet.cxx
index ae7df6e64b9d..aa32446cfc84 100644
--- a/oox/source/export/ColorPropertySet.cxx
+++ b/oox/source/export/ColorPropertySet.cxx
@@ -38,7 +38,7 @@ class lcl_ColorPropertySetInfo : public ::cppu::WeakImplHelper1<
XPropertySetInfo >
{
public:
- lcl_ColorPropertySetInfo( bool bFillColor );
+ explicit lcl_ColorPropertySetInfo( bool bFillColor );
protected:
// ____ XPropertySetInfo ____