From 33e7228678813f20dd46d8218d0595ce03e022f1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Mar 2016 09:28:32 +0100 Subject: loplugin:override Change-Id: Ib051a2468b219aeae9eedef6d6930ea67815ab6e --- svx/source/dialog/crashreportdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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; -- cgit