summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-23 09:37:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-23 09:38:04 +0000
commit68495ab36482455b4081d9d93b5e821c610d5d81 (patch)
treea473133958174695259c991d5c6e1da01064c084 /xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx
parente19a11c788d9772c0a27d079819033b7b3e8937b (diff)
cppcheck: add some explicits
Change-Id: I4e1fd50f1268f0820fae2bb41c69155ef5c28464
Diffstat (limited to 'xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx
index 3778fc0cbaa2..0e634687e241 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.hxx
@@ -42,7 +42,7 @@ class XMLEncryption_MSCryptImpl : public ::cppu::WeakImplHelper2<
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceManager ;
public :
- XMLEncryption_MSCryptImpl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& aFactory ) ;
+ explicit XMLEncryption_MSCryptImpl(const css::uno::Reference<css::lang::XMultiServiceFactory>& rFactory);
virtual ~XMLEncryption_MSCryptImpl() ;
//Methods from XXMLEncryption