From d81f90dda7100f48995a432b999c1ba76a51846a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Nov 2019 20:18:33 +0200 Subject: loplugin:unnecessaryvirtual Change-Id: Ibffbd0f5d30ec14cace3638b2bb47c91a583711c Reviewed-on: https://gerrit.libreoffice.org/82171 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/core/inc/dflyobj.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/inc/dflyobj.hxx') diff --git a/sw/source/core/inc/dflyobj.hxx b/sw/source/core/inc/dflyobj.hxx index b5a0357187f6..8da47dafda1d 100644 --- a/sw/source/core/inc/dflyobj.hxx +++ b/sw/source/core/inc/dflyobj.hxx @@ -52,7 +52,7 @@ public: virtual SdrInventor GetObjInventor() const override; virtual sal_uInt16 GetObjIdentifier() const override; virtual bool IsTextBox() const override { return mbIsTextBox; } - virtual void SetTextBox(bool bIsTextBox) { mbIsTextBox = bIsTextBox; } + void SetTextBox(bool bIsTextBox) { mbIsTextBox = bIsTextBox; } }; // virtual objects for Flys -- cgit v1.2.3