From dd5947b852a2c84e6d35ca6d1e4cb0fd09a49b8d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 Sep 2019 13:41:06 +0200 Subject: loplugin:virtualdead in editeng Change-Id: I72f9cf62f9daeaed5108ede41dd41544204a9745 Reviewed-on: https://gerrit.libreoffice.org/79643 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/splwrap.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/editeng/splwrap.hxx') 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 -- cgit