diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-02-23 12:42:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-23 14:56:44 +0100 |
commit | e549d811466c6e77815f60b64dd0a9f949e7f518 (patch) | |
tree | de24c4c9025556a46db3092099b166043dd8a7d1 /sw | |
parent | 731f08e5a84817dbc3c6be6e670025d51f39cd61 (diff) |
loplugin:unnecessaryvirtual
Change-Id: I792a717306c232cf200940f9e3944f91885e426a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111387
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/MarkManager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |