From df5ec49bcaa57aa0a137db45d7c0766733f7e508 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 24 Jun 2015 17:35:37 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: I80cd2975f17bb7fa57fa669873ef1dd8f3595a11 --- desktop/source/deployment/misc/dp_descriptioninfoset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/deployment/misc/dp_descriptioninfoset.cxx') diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx index 292d0bfd724d..dab93e30f576 100644 --- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx +++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx @@ -148,7 +148,7 @@ class FileDoesNotExistFilter public: virtual ~FileDoesNotExistFilter(); - FileDoesNotExistFilter( + explicit FileDoesNotExistFilter( const css::uno::Reference< css::ucb::XCommandEnvironment >& xCmdEnv); bool exist() { return m_bExist;} -- cgit