From 869e477484befd0c200c73103ff9bc224d3a47df Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 4 May 2015 12:03:03 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: Iea5bb0504518b380c3fe7c238d376dc26be8a7ef --- xmlsecurity/source/helper/xsecctl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/source/helper/xsecctl.hxx') 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& rxCtx); + explicit XSecController(const com::sun::star::uno::Reference& rxCtx); virtual ~XSecController(); sal_Int32 getNewSecurityId( ); -- cgit