summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/wordcountdialog.cxx
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/ui/dialog/wordcountdialog.cxx
parentbbefa7589633d1c88f1c12d75b1e820666119c3a (diff)
loplugin:unnecessaryoverride in sw
Change-Id: I641175c9c17fcc46b582b6487b8207deb343e645
Diffstat (limited to 'sw/source/ui/dialog/wordcountdialog.cxx')
-rw-r--r--sw/source/ui/dialog/wordcountdialog.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/dialog/wordcountdialog.cxx b/sw/source/ui/dialog/wordcountdialog.cxx
index 6de40a834664..e33535c3f208 100644
--- a/sw/source/ui/dialog/wordcountdialog.cxx
+++ b/sw/source/ui/dialog/wordcountdialog.cxx
@@ -157,11 +157,6 @@ SwWordCountFloatDlg::SwWordCountFloatDlg(SfxBindings* _pBindings,
m_pClosePB->GrabFocus();
}
-void SwWordCountFloatDlg::Activate()
-{
- SfxModelessDialog::Activate();
-}
-
void SwWordCountFloatDlg::UpdateCounts()
{
SwWrtShell &rSh = ::GetActiveView()->GetWrtShell();