summaryrefslogtreecommitdiff
path: root/include/editeng/editobj.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-18 13:00:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-18 18:20:12 +0200
commitb7c44d7a34027210c06c9936f273fb1a3523a81a (patch)
tree7dc9f817c34fb450a2be9befff055fc5f89f1cdb /include/editeng/editobj.hxx
parent12b6cd0233173323ba0a8dbbc3e1197b92336124 (diff)
loplugin:unnecessaryvirtual
Change-Id: I1c6c4741680d5b49c4e1445d0f4ca7a01fd7e192 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115751 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r--include/editeng/editobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx
index 818e3ea28a73..1c838b75a9e8 100644
--- a/include/editeng/editobj.hxx
+++ b/include/editeng/editobj.hxx
@@ -68,7 +68,7 @@ class EDITENG_DLLPUBLIC EditTextObject final
public:
EditTextObject( const EditTextObject& r );
- virtual ~EditTextObject();
+ ~EditTextObject();
EditTextObject& operator=( const EditTextObject& ) = delete;
/**