summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-08 09:56:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-08 17:15:04 +0000
commit0aa5414015813eda46dbfd7c3bcf259485ac1968 (patch)
treeba552e8e27c00f0d2d49564ed3dd98b829b04186 /ucb
parent13e0ec9f38736557d9b4737298ca9a858919e6e3 (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')
-rw-r--r--ucb/source/core/ucbstore.cxx2
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