[Libreoffice-commits] core.git: ucb/source
Giuseppe Castagno
giuseppe.castagno at acca-esse.eu
Mon Aug 29 11:40:45 UTC 2016
ucb/source/ucp/webdav-neon/PropfindCache.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f37fd4e2b47c7ffe81cd76db72b012a1210c1d1b
Author: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>
Date: Mon Aug 29 11:10:59 2016 +0200
cppcheck: noExplicitConstructor
Change-Id: Ifa588c37added377d753cb7b32a6f1e6a3672c94
Reviewed-on: https://gerrit.libreoffice.org/28453
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>
diff --git a/ucb/source/ucp/webdav-neon/PropfindCache.hxx b/ucb/source/ucp/webdav-neon/PropfindCache.hxx
index 1415a63..f01e652 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();
More information about the Libreoffice-commits
mailing list