summaryrefslogtreecommitdiff
path: root/starmath/inc/action.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-10 15:34:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-11 11:59:28 +0100
commit341af9e2644d30224bfc9a1cca546fac1eb94007 (patch)
tree9bd7f74ed9ade281aba2f2ac41d5ac4c6ab50638 /starmath/inc/action.hxx
parente0cbd8aa20457a884c14744b48f4132881a329c7 (diff)
loplugin:finalclasses in starmath
Change-Id: I65ac9a8767c298c50606a3b269a227dd1513a112 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86550 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/action.hxx')
-rw-r--r--starmath/inc/action.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/action.hxx b/starmath/inc/action.hxx
index cde1e0ce3b47..da8d94402b56 100644
--- a/starmath/inc/action.hxx
+++ b/starmath/inc/action.hxx
@@ -25,7 +25,7 @@
class SmDocShell;
-class SmFormatAction: public SfxUndoAction
+class SmFormatAction final : public SfxUndoAction
{
SmDocShell *pDoc;
SmFormat const aOldFormat;