diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-01-16 11:14:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-01-16 13:37:15 +0100 |
commit | 41de340e048c3545480c0cd209f4d1a3bb9b83ff (patch) | |
tree | b067a985a48e313a44476145d82fe0f34cac9796 /sw/inc/postithelper.hxx | |
parent | c67bd0a332a41f62fefd0957b58809b554d0cacb (diff) |
loplugin:unnecessaryvirtual
Change-Id: Ided094e1c45f7beba9a12bc44b1bc68ea5d3319c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180342
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r-- | sw/inc/postithelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 01636efdeb1b..69efe61d2efe 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -107,7 +107,7 @@ public: SwAnnotationItem( SwFormatField& rFormatField, const bool aFocus); - virtual ~SwAnnotationItem(); + ~SwAnnotationItem(); SwAnnotationItem(SwAnnotationItem const &) = default; SwAnnotationItem(SwAnnotationItem &&) = default; |