summaryrefslogtreecommitdiff
path: root/sw/source/core/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-06 20:18:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-06 20:03:32 +0100
commitd81f90dda7100f48995a432b999c1ba76a51846a (patch)
treead977dfb775724995bc1b7f8920a080a2958b18f /sw/source/core/inc
parentc13ea2bd388ac41784db09fc5fcb51ac81900d20 (diff)
loplugin:unnecessaryvirtual
Change-Id: Ibffbd0f5d30ec14cace3638b2bb47c91a583711c Reviewed-on: https://gerrit.libreoffice.org/82171 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/inc')
-rw-r--r--sw/source/core/inc/dflyobj.hxx2
1 files changed, 1 insertions, 1 deletions
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