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>
This commit is contained in:
Giuseppe Castagno 2016-08-29 11:10:59 +02:00
parent d017362bc6
commit f37fd4e2b4

View File

@ -41,7 +41,7 @@ namespace webdav_ucp
public:
PropertyNames();
PropertyNames( const OUString& rURL );
explicit PropertyNames( const OUString& rURL );
PropertyNames( const PropertyNames& theOther );
virtual ~PropertyNames();