loplugin:override
Change-Id: Ia2445bb53ea3508ee3be4e3eb5eb031e26f1bf9c
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
|
||||
explicit CrashReportDialog(vcl::Window* pParent);
|
||||
|
||||
virtual ~CrashReportDialog();
|
||||
virtual ~CrashReportDialog() override;
|
||||
|
||||
virtual void dispose() override;
|
||||
|
||||
|
@@ -25,7 +25,7 @@ class CrashReportUI : public ::cppu::WeakImplHelper< css::lang::XServiceInfo
|
||||
{
|
||||
public:
|
||||
explicit CrashReportUI(const css::uno::Reference< css::uno::XComponentContext >& xContext);
|
||||
virtual ~CrashReportUI();
|
||||
virtual ~CrashReportUI() override;
|
||||
|
||||
// css.lang.XServiceInfo
|
||||
|
||||
|
Reference in New Issue
Block a user