summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 11:12:59 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 11:13:25 +0200
commitc47c1e3551e9bdfb92bbbb8bc87b5e2314449efd (patch)
tree01c9793359495aa90311fe52e1c83fa2d5671ca7 /sw/source/uibase/inc
parentbbefa7589633d1c88f1c12d75b1e820666119c3a (diff)
loplugin:unnecessaryoverride in sw
Change-Id: I641175c9c17fcc46b582b6487b8207deb343e645
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/mailmergewizard.hxx1
-rw-r--r--sw/source/uibase/inc/wordcountdialog.hxx1
2 files changed, 0 insertions, 2 deletions
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<Dialog&,void>& 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);