From f37fd4e2b47c7ffe81cd76db72b012a1210c1d1b Mon Sep 17 00:00:00 2001 From: Giuseppe Castagno Date: Mon, 29 Aug 2016 11:10:59 +0200 Subject: [PATCH] cppcheck: noExplicitConstructor Change-Id: Ifa588c37added377d753cb7b32a6f1e6a3672c94 Reviewed-on: https://gerrit.libreoffice.org/28453 Tested-by: Jenkins Reviewed-by: Giuseppe Castagno --- ucb/source/ucp/webdav-neon/PropfindCache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucb/source/ucp/webdav-neon/PropfindCache.hxx b/ucb/source/ucp/webdav-neon/PropfindCache.hxx index 1415a633ce75..f01e6522db61 100644 --- a/ucb/source/ucp/webdav-neon/PropfindCache.hxx +++ b/ucb/source/ucp/webdav-neon/PropfindCache.hxx @@ -41,7 +41,7 @@ namespace webdav_ucp public: PropertyNames(); - PropertyNames( const OUString& rURL ); + explicit PropertyNames( const OUString& rURL ); PropertyNames( const PropertyNames& theOther ); virtual ~PropertyNames();