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/xmlsignaturehelper2.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/source/helper/xmlsignaturehelper2.hxx') diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx index f93aa392e810..6a705f400e70 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx @@ -109,7 +109,7 @@ private: public: UriBindingHelper(); - UriBindingHelper( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStorage ); + explicit UriBindingHelper( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStorage ); void SAL_CALL setUriBinding( const OUString& uri, const com::sun::star::uno::Reference< com::sun::star::io::XInputStream >& aInputStream ) throw (com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; -- cgit