diff options
author | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | 2016-08-29 11:10:59 +0200 |
---|---|---|
committer | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | 2016-08-29 11:40:22 +0000 |
commit | f37fd4e2b47c7ffe81cd76db72b012a1210c1d1b (patch) | |
tree | 07526648d95d2a7361c4e1ac61356f0582b837fa /ucb | |
parent | d017362bc68fe40c4bd79db76614d84aa9be913d (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.hxx | 2 |
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(); |