diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-11-01 11:44:15 +0100 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-11-01 18:44:20 +0000 |
commit | 8826771e8398063018935c38039c05faf4c993a3 (patch) | |
tree | f726abbbc99a3a1c39c726a47f5f121573ab1c8b /package | |
parent | 33bc51a60523f23a860534a39a096fecce192671 (diff) |
style fixes for cppcheck noExplicitConstructor
Change-Id: I2a690caea7656f2a18beb6d09f53154178a30f34
Reviewed-on: https://gerrit.libreoffice.org/30460
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/ohierarchyholder.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/ohierarchyholder.hxx b/package/source/xstor/ohierarchyholder.hxx index e8ae40d7216b..4887d49438cc 100644 --- a/package/source/xstor/ohierarchyholder.hxx +++ b/package/source/xstor/ohierarchyholder.hxx @@ -65,7 +65,7 @@ struct OHierarchyElement_Impl : public cppu::WeakImplHelper< css::embed::XTransa OWeakStorRefList_Impl m_aOpenStreams; public: - OHierarchyElement_Impl( const css::uno::Reference< css::embed::XStorage >& xStorage ) + explicit OHierarchyElement_Impl( const css::uno::Reference< css::embed::XStorage >& xStorage ) : m_rParent( nullptr ) , m_xOwnStorage( xStorage ) {} |