diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-24 20:45:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-24 20:58:24 +0100 |
commit | e50698c0ce5fd757d02f68dc5b8dd7ef2bd0cbbf (patch) | |
tree | b189fe1de009f00ebe168881b4d77f467c547195 /xmloff/source/draw/shapeexport.cxx | |
parent | cd6ee5de8ef7345ba219f0d50e9e1ee45332e55f (diff) |
cppcheck: noExplicitConstructor
Change-Id: I8c9e970d5c5931de1a7526cbff3de626ef30bd74
Diffstat (limited to 'xmloff/source/draw/shapeexport.cxx')
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 96dfd640fb20..d4aee6c535d3 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -556,7 +556,7 @@ namespace class NewTextListsHelper { public: - NewTextListsHelper( SvXMLExport& rExp ) + explicit NewTextListsHelper( SvXMLExport& rExp ) : mrExport( rExp ) { mrExport.GetTextParagraphExport()->PushNewTextListsHelper(); |