summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/helpinterceptor.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-21 11:44:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-21 13:57:16 +0100
commit951dbdd13100f92fb3ded20fd8d14ca645c4af37 (patch)
treeca4427650be357cfc9d21f617711b0d3c5a86cec /sfx2/source/appl/helpinterceptor.hxx
parent4d22eff3c1afc1294785842be163abfa263ef43b (diff)
cppcheck: noExplicitConstructor
Change-Id: I53f9965609c04fd2f0b955fd04de8fc953917344
Diffstat (limited to 'sfx2/source/appl/helpinterceptor.hxx')
-rw-r--r--sfx2/source/appl/helpinterceptor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/helpinterceptor.hxx b/sfx2/source/appl/helpinterceptor.hxx
index 8a03f37476f6..2c39307e758c 100644
--- a/sfx2/source/appl/helpinterceptor.hxx
+++ b/sfx2/source/appl/helpinterceptor.hxx
@@ -123,7 +123,7 @@ private:
OUString aFactory;
public:
- HelpListener_Impl( HelpInterceptor_Impl* pInter );
+ explicit HelpListener_Impl( HelpInterceptor_Impl* pInter );
virtual void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& Event )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;