diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-03-17 09:08:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-03-17 12:24:55 +0000 |
commit | f1aca4db8bd82e8beefeccc8e12c752f686133ee (patch) | |
tree | 49377394eef82adb43b88a287871eb932726d217 /svx | |
parent | d4b48e0de7f817c0d4607382724778acf191f9f8 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Id506e26ab4986a3972ebf24397c5c0c8d131fe69
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/crashreportdlg.hxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/crashreportui.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/crashreportdlg.hxx b/svx/source/dialog/crashreportdlg.hxx index a7f22e2fdcda..d1304a1063e4 100644 --- a/svx/source/dialog/crashreportdlg.hxx +++ b/svx/source/dialog/crashreportdlg.hxx @@ -17,7 +17,7 @@ class CrashReportDialog : public Dialog { public: - CrashReportDialog(vcl::Window* pParent); + explicit CrashReportDialog(vcl::Window* pParent); virtual ~CrashReportDialog(); diff --git a/svx/source/dialog/crashreportui.cxx b/svx/source/dialog/crashreportui.cxx index d3387052aba2..eaa6a8e3b4d6 100644 --- a/svx/source/dialog/crashreportui.cxx +++ b/svx/source/dialog/crashreportui.cxx @@ -24,7 +24,7 @@ class CrashReportUI : public ::cppu::WeakImplHelper< css::lang::XServiceInfo css::frame::XSynchronousDispatch > // => XDispatch! { public: - CrashReportUI(const css::uno::Reference< css::uno::XComponentContext >& xContext); + explicit CrashReportUI(const css::uno::Reference< css::uno::XComponentContext >& xContext); virtual ~CrashReportUI(); // css.lang.XServiceInfo |