diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-01 09:28:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-01 09:29:46 +0100 |
commit | 33e7228678813f20dd46d8218d0595ce03e022f1 (patch) | |
tree | b62cfa577a6aed8b67de4734990d7d829d71920c /svx | |
parent | 829596eb36de32bd87b426d9ad11901eabeae7be (diff) |
loplugin:override
Change-Id: Ib051a2468b219aeae9eedef6d6930ea67815ab6e
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/crashreportdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/crashreportdlg.hxx b/svx/source/dialog/crashreportdlg.hxx index e6041f88f325..a7f22e2fdcda 100644 --- a/svx/source/dialog/crashreportdlg.hxx +++ b/svx/source/dialog/crashreportdlg.hxx @@ -19,7 +19,7 @@ public: CrashReportDialog(vcl::Window* pParent); - ~CrashReportDialog(); + virtual ~CrashReportDialog(); virtual void dispose() override; |