diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-10-18 07:53:51 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-18 06:12:13 +0000 |
commit | e2a7cb31ed5b413ea2f846d0a5c562d1ad97195a (patch) | |
tree | 2ebef9207593c36c780dcb19976f7caaac7ce48f /eventattacher | |
parent | b26018b762b7d5659ffab98ffb05c7a74dc94910 (diff) |
cppcheck:noExplicitConstructor
Change-Id: I2b68ba9e8caf7971efbba094ef060e72541bdccf
Reviewed-on: https://gerrit.libreoffice.org/19426
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/source/eventattacher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx index 1f10231bc674..79cd4db05102 100644 --- a/eventattacher/source/eventattacher.cxx +++ b/eventattacher/source/eventattacher.cxx @@ -211,7 +211,7 @@ sal_Bool SAL_CALL InvocationToAllListenerMapper::hasProperty(const OUString& Nam class EventAttacherImpl : public WeakImplHelper < XEventAttacher2, XInitialization, XServiceInfo > { public: - EventAttacherImpl( const Reference< XComponentContext >& ); + explicit EventAttacherImpl( const Reference< XComponentContext >& ); virtual ~EventAttacherImpl(); // XServiceInfo |