summaryrefslogtreecommitdiff
path: root/starmath/inc/format.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/format.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/format.hxx')
-rw-r--r--starmath/inc/format.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
index 7b342a41195d..14fbfc2a6edd 100644
--- a/starmath/inc/format.hxx
+++ b/starmath/inc/format.hxx
@@ -88,7 +88,7 @@ enum class SmHorAlign {
Right
};
-class SmFormat : public SfxBroadcaster
+class SmFormat final : public SfxBroadcaster
{
SmFace vFont[FNT_END + 1];
bool bDefaultFont[FNT_END + 1];