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 /extensions/source/propctrlr/formcomponenthandler.hxx | |
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 'extensions/source/propctrlr/formcomponenthandler.hxx')
-rw-r--r-- | extensions/source/propctrlr/formcomponenthandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx index c91a6748dd97..dea7179269ce 100644 --- a/extensions/source/propctrlr/formcomponenthandler.hxx +++ b/extensions/source/propctrlr/formcomponenthandler.hxx @@ -95,7 +95,7 @@ namespace pcr sal_Int16 m_nClassId; public: - FormComponentPropertyHandler( + explicit FormComponentPropertyHandler( const css::uno::Reference< css::uno::XComponentContext >& _rxContext ); @@ -453,7 +453,7 @@ namespace pcr ::std::unique_ptr< WaitObject > m_aWaitObject; public: - WaitCursor( vcl::Window* _pWindow ) + explicit WaitCursor( vcl::Window* _pWindow ) { if ( _pWindow ) m_aWaitObject.reset( new WaitObject( _pWindow ) ); |