From c47c1e3551e9bdfb92bbbb8bc87b5e2314449efd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 Oct 2016 11:12:59 +0200 Subject: loplugin:unnecessaryoverride in sw Change-Id: I641175c9c17fcc46b582b6487b8207deb343e645 --- sw/source/uibase/inc/mailmergewizard.hxx | 1 - sw/source/uibase/inc/wordcountdialog.hxx | 1 - sw/source/uibase/sidebar/PagePropertyPanel.cxx | 4 ---- sw/source/uibase/sidebar/PagePropertyPanel.hxx | 1 - 4 files changed, 7 deletions(-) (limited to 'sw/source/uibase') diff --git a/sw/source/uibase/inc/mailmergewizard.hxx b/sw/source/uibase/inc/mailmergewizard.hxx index 8ca75562f6b2..f1b61c765643 100644 --- a/sw/source/uibase/inc/mailmergewizard.hxx +++ b/sw/source/uibase/inc/mailmergewizard.hxx @@ -83,7 +83,6 @@ public: void updateRoadmapItemLabel( WizardState _nState ); virtual short Execute() override; - virtual void StartExecuteModal( const Link& rEndDialogHdl ) override; }; #endif diff --git a/sw/source/uibase/inc/wordcountdialog.hxx b/sw/source/uibase/inc/wordcountdialog.hxx index dde606841299..da92684a728a 100644 --- a/sw/source/uibase/inc/wordcountdialog.hxx +++ b/sw/source/uibase/inc/wordcountdialog.hxx @@ -28,7 +28,6 @@ struct SwDocStat; class SwWordCountFloatDlg : public SfxModelessDialog { - virtual void Activate() override; void SetValues(const SwDocStat& rCurrent, const SwDocStat& rDoc); void showCJK(bool bShowCJK); void showStandardizedPages(bool bShowStandardizedPages); diff --git a/sw/source/uibase/sidebar/PagePropertyPanel.cxx b/sw/source/uibase/sidebar/PagePropertyPanel.cxx index 508cb3e15a16..7a3db1de00a0 100644 --- a/sw/source/uibase/sidebar/PagePropertyPanel.cxx +++ b/sw/source/uibase/sidebar/PagePropertyPanel.cxx @@ -57,10 +57,6 @@ PagePropertyPanel::~PagePropertyPanel() disposeOnce(); } -void PagePropertyPanel::dispose() -{ - PanelLayout::dispose(); -} } } // end of namespace ::sw::sidebar diff --git a/sw/source/uibase/sidebar/PagePropertyPanel.hxx b/sw/source/uibase/sidebar/PagePropertyPanel.hxx index f744014ad032..450d353700c9 100644 --- a/sw/source/uibase/sidebar/PagePropertyPanel.hxx +++ b/sw/source/uibase/sidebar/PagePropertyPanel.hxx @@ -54,7 +54,6 @@ namespace sw { namespace sidebar { SfxBindings* pBindings ); private: virtual ~PagePropertyPanel() override; - virtual void dispose() override; }; } } // end of namespace ::sw::sidebar -- cgit v1.2.3