summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework
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 /xmlsecurity/source/framework
parent484759aadd964b011e8e649ba021d09f40a79440 (diff)
cppcheck: noExplicitConstructor
Change-Id: Idcf5460ec59cfb6f13055652c094d460c15da5ed
Diffstat (limited to 'xmlsecurity/source/framework')
-rw-r--r--xmlsecurity/source/framework/encryptionengine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/framework/encryptionengine.hxx b/xmlsecurity/source/framework/encryptionengine.hxx
index 020d1c89325f..e8cdda4b7303 100644
--- a/xmlsecurity/source/framework/encryptionengine.hxx
+++ b/xmlsecurity/source/framework/encryptionengine.hxx
@@ -72,7 +72,7 @@ protected:
sal_Int32 m_nIdOfBlocker;
protected:
- EncryptionEngine( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & xContext );
+ explicit EncryptionEngine( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & xContext );
virtual ~EncryptionEngine(){};
virtual void tryToPerform( )