summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-08-29 11:10:59 +0200
committerGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-08-29 11:40:22 +0000
commitf37fd4e2b47c7ffe81cd76db72b012a1210c1d1b (patch)
tree07526648d95d2a7361c4e1ac61356f0582b837fa /ucb
parentd017362bc68fe40c4bd79db76614d84aa9be913d (diff)
cppcheck: noExplicitConstructor
Change-Id: Ifa588c37added377d753cb7b32a6f1e6a3672c94 Reviewed-on: https://gerrit.libreoffice.org/28453 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/PropfindCache.hxx2
1 files changed, 1 insertions, 1 deletions
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();