summaryrefslogtreecommitdiff
path: root/svx/source/dialog/crashreportdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-03-17 09:08:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-03-17 12:24:55 +0000
commitf1aca4db8bd82e8beefeccc8e12c752f686133ee (patch)
tree49377394eef82adb43b88a287871eb932726d217 /svx/source/dialog/crashreportdlg.hxx
parentd4b48e0de7f817c0d4607382724778acf191f9f8 (diff)
cppcheck: noExplicitConstructor
Change-Id: Id506e26ab4986a3972ebf24397c5c0c8d131fe69
Diffstat (limited to 'svx/source/dialog/crashreportdlg.hxx')
-rw-r--r--svx/source/dialog/crashreportdlg.hxx2
1 files changed, 1 insertions, 1 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();