summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmlmod_imexp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-20 15:59:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-20 20:40:54 +0100
commitdcee23b7f8004c47cbab320e1a07bf518a385fce (patch)
tree225a5c5b9154241ca6eee47c93d1d625fd39a899 /xmlscript/source/xmlmod_imexp
parent484759aadd964b011e8e649ba021d09f40a79440 (diff)
cppcheck: noExplicitConstructor
Change-Id: Idcf5460ec59cfb6f13055652c094d460c15da5ed
Diffstat (limited to 'xmlscript/source/xmlmod_imexp')
-rw-r--r--xmlscript/source/xmlmod_imexp/imp_share.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmlmod_imexp/imp_share.hxx b/xmlscript/source/xmlmod_imexp/imp_share.hxx
index 9ea39c160be2..ddcbea3f6459 100644
--- a/xmlscript/source/xmlmod_imexp/imp_share.hxx
+++ b/xmlscript/source/xmlmod_imexp/imp_share.hxx
@@ -53,7 +53,7 @@ struct ModuleImport
sal_Int32 XMLNS_XLINK_UID;
public:
- ModuleImport(ModuleDescriptor& rModuleDesc)
+ explicit ModuleImport(ModuleDescriptor& rModuleDesc)
: mrModuleDesc(rModuleDesc)
, XMLNS_SCRIPT_UID(0)
, XMLNS_LIBRARY_UID(0)