diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-02 09:52:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-02 10:16:38 +0000 |
commit | 4ea0390faa22037f1d4f703c0882a027cf2ae643 (patch) | |
tree | cbcc7db6e327ef0efa53d26241fc48f0ff2ee90f /scripting/source/protocolhandler/scripthandler.hxx | |
parent | 708d1c5ab242b545ced598879233fc662d7e6cc0 (diff) |
cppcheck: noExplicitConstructor
Change-Id: I06186e8f0bbc8522f538e8639a68e816093becc2
Diffstat (limited to 'scripting/source/protocolhandler/scripthandler.hxx')
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.hxx b/scripting/source/protocolhandler/scripthandler.hxx index 8c033d3d288d..303006b8dcdc 100644 --- a/scripting/source/protocolhandler/scripthandler.hxx +++ b/scripting/source/protocolhandler/scripthandler.hxx @@ -75,7 +75,7 @@ private: bool getScriptInvocation(); public: - ScriptProtocolHandler( const css::uno::Reference < css::uno::XComponentContext >& xContext ); + explicit ScriptProtocolHandler( const css::uno::Reference < css::uno::XComponentContext >& xContext ); virtual ~ScriptProtocolHandler(); /* XServiceInfo */ |