From e549d811466c6e77815f60b64dd0a9f949e7f518 Mon Sep 17 00:00:00 2001 From: Noel Date: Tue, 23 Feb 2021 12:42:01 +0200 Subject: loplugin:unnecessaryvirtual Change-Id: I792a717306c232cf200940f9e3944f91885e426a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111387 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/core/inc/MarkManager.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/core/inc/MarkManager.hxx b/sw/source/core/inc/MarkManager.hxx index 94cd907b0f12..11db9719d439 100644 --- a/sw/source/core/inc/MarkManager.hxx +++ b/sw/source/core/inc/MarkManager.hxx @@ -101,7 +101,7 @@ namespace sw::mark { virtual void NotifyCursorUpdate(const SwCursorShell& rCursorShell) override; virtual void ClearFieldActivation() override; - virtual void LOKUpdateActiveField(SfxViewShell* pViewShell); + void LOKUpdateActiveField(SfxViewShell* pViewShell); void dumpAsXml(xmlTextWriterPtr pWriter) const; -- cgit