diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-26 13:41:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-28 08:59:30 +0200 |
commit | dd5947b852a2c84e6d35ca6d1e4cb0fd09a49b8d (patch) | |
tree | 5136fdc4487a655220571ed8443bd77d797858ec /include/editeng | |
parent | 8de4e81b0ce0aed324e30ae55ba286715f8273f6 (diff) |
loplugin:virtualdead in editeng
Change-Id: I72f9cf62f9daeaed5108ede41dd41544204a9745
Reviewed-on: https://gerrit.libreoffice.org/79643
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/splwrap.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx index 705fedd8ea33..c73a778983c0 100644 --- a/include/editeng/splwrap.hxx +++ b/include/editeng/splwrap.hxx @@ -102,7 +102,6 @@ protected: void SetLast(const css::uno::Reference< css::uno::XInterface > &xNewLast) { xLast = xNewLast; } virtual bool SpellMore(); // examine further documents? - virtual bool HasOtherCnt(); // Are there any special areas? virtual void SpellStart( SvxSpellArea eSpell ); // Preparing the area virtual void SpellContinue(); // Check Areas // Result available through GetLast |