diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-08 09:56:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-08 17:15:04 +0000 |
commit | 0aa5414015813eda46dbfd7c3bcf259485ac1968 (patch) | |
tree | ba552e8e27c00f0d2d49564ed3dd98b829b04186 /ucb/source | |
parent | 13e0ec9f38736557d9b4737298ca9a858919e6e3 (diff) |
cppcheck: noExplicitConstructor
Change-Id: If1ddb112c85f127295eb55566360b066e7173ba2
Reviewed-on: https://gerrit.libreoffice.org/21245
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/core/ucbstore.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx index 00eee8f87ca4..2d88f2cff660 100644 --- a/ucb/source/core/ucbstore.cxx +++ b/ucb/source/core/ucbstore.cxx @@ -115,7 +115,7 @@ class PropertySetInfo_Impl : public cppu::WeakImplHelper < XPropertySetInfo > PersistentPropertySet* m_pOwner; public: - PropertySetInfo_Impl( PersistentPropertySet* pOwner ); + explicit PropertySetInfo_Impl(PersistentPropertySet* pOwner); virtual ~PropertySetInfo_Impl(); // XPropertySetInfo |