diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-04 12:03:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-04 20:13:52 +0100 |
commit | 869e477484befd0c200c73103ff9bc224d3a47df (patch) | |
tree | 0ca84c1d6c2da8555fffefa613b5cd612c1a9ee3 /xmlsecurity/source/helper/xsecctl.hxx | |
parent | c4ed1eb3ab4480092b21d95edebc10ea010b67e8 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Iea5bb0504518b380c3fe7c238d376dc26be8a7ef
Diffstat (limited to 'xmlsecurity/source/helper/xsecctl.hxx')
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx index 196c69885464..7b63ca0f94e0 100644 --- a/xmlsecurity/source/helper/xsecctl.hxx +++ b/xmlsecurity/source/helper/xsecctl.hxx @@ -388,7 +388,7 @@ private: sal_Int32 nSecurityId ); public: - XSecController(const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>& rxCtx); + explicit XSecController(const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>& rxCtx); virtual ~XSecController(); sal_Int32 getNewSecurityId( ); |