diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-10 15:39:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-10 16:37:13 +0000 |
commit | 4e4554f1a674da89f752fe07d557b759b69cf2c9 (patch) | |
tree | 07d347d73681bc880ac1f94ecdda5c168d7d81db /extensions | |
parent | 64d624b65124ac02d8ee59b135593fd9d8eb9067 (diff) |
cppcheck: noExplicitConstructor
Change-Id: I62f1260d75d8a79bd230e2813fc58373aa83b6ab
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/unodialogabp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/unodialogabp.hxx b/extensions/source/abpilot/unodialogabp.hxx index a5145e15345a..7d5800d0ea7f 100644 --- a/extensions/source/abpilot/unodialogabp.hxx +++ b/extensions/source/abpilot/unodialogabp.hxx @@ -41,7 +41,7 @@ namespace abp OUString m_sDataSourceName; public: - OABSPilotUno(const css::uno::Reference< css::uno::XComponentContext >& _rxORB); + explicit OABSPilotUno(const css::uno::Reference< css::uno::XComponentContext >& _rxORB); private: // XInterface (disambiguation) |