summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlprmap.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-24 20:45:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-24 20:58:24 +0100
commite50698c0ce5fd757d02f68dc5b8dd7ef2bd0cbbf (patch)
treeb189fe1de009f00ebe168881b4d77f467c547195 /xmloff/source/style/xmlprmap.cxx
parentcd6ee5de8ef7345ba219f0d50e9e1ee45332e55f (diff)
cppcheck: noExplicitConstructor
Change-Id: I8c9e970d5c5931de1a7526cbff3de626ef30bd74
Diffstat (limited to 'xmloff/source/style/xmlprmap.cxx')
-rw-r--r--xmloff/source/style/xmlprmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlprmap.cxx b/xmloff/source/style/xmlprmap.cxx
index 046fd3de8862..c340d2cef54b 100644
--- a/xmloff/source/style/xmlprmap.cxx
+++ b/xmloff/source/style/xmlprmap.cxx
@@ -110,7 +110,7 @@ struct XMLPropertySetMapper::Impl
bool mbOnlyExportMappings;
- Impl( bool bForExport ) : mbOnlyExportMappings(bForExport) {}
+ explicit Impl( bool bForExport ) : mbOnlyExportMappings(bForExport) {}
};
// Ctor