summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-01-02 13:37:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-01-02 19:36:19 +0100
commite327bccf14130eb469f06c96721b9d8aea5dd506 (patch)
treee063f92882ab3c1b34fc4d886de58ccf86908b1b /include/svtools
parenta5dbd92d06025e5bbaeb95d49be50f6c32971e5f (diff)
loplugin:unnecessaryvirtual
Change-Id: Ia7d68c07d44aaa9ce44fe4e7ed72987e96433269 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127866 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/acceleratorexecute.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index c5c9f4e0b13a..5acf9bcd2560 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -112,7 +112,7 @@ class SVT_DLLPUBLIC AcceleratorExecute final
/** @short fight against inlining ... */
- virtual ~AcceleratorExecute();
+ ~AcceleratorExecute();
/** @short init this instance.