diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-26 13:56:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-26 14:11:12 +0100 |
commit | d2275c825d2300f3f176105058ac70b762bcc115 (patch) | |
tree | f8d373a15f7ec3d2e37fb33999d059b5592e3b76 /sw/source/ui/vba/vbaoptions.hxx | |
parent | 8790303b4c220d0c5dcf78a4c438a385ffe3f030 (diff) |
cppcheck: noExplicitConstructor
Change-Id: I955b04396d27e88ce228f180275955071da83ec6
Diffstat (limited to 'sw/source/ui/vba/vbaoptions.hxx')
-rw-r--r-- | sw/source/ui/vba/vbaoptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaoptions.hxx b/sw/source/ui/vba/vbaoptions.hxx index a47ad6d972bc..9d51520c5c88 100644 --- a/sw/source/ui/vba/vbaoptions.hxx +++ b/sw/source/ui/vba/vbaoptions.hxx @@ -33,7 +33,7 @@ class SwVbaOptions : public SwVbaOptions_BASE, private: OUString msDefaultFilePath; public: - SwVbaOptions( css::uno::Reference< css::uno::XComponentContext >& m_xContext ); + explicit SwVbaOptions( css::uno::Reference< css::uno::XComponentContext >& m_xContext ); virtual ~SwVbaOptions(); // Attributes |