diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-10 15:24:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-11 11:59:15 +0100 |
commit | e0cbd8aa20457a884c14744b48f4132881a329c7 (patch) | |
tree | 648123c11596c5c425cedf7c02cf6ea67385ca7a /svgio/inc/svganode.hxx | |
parent | b711f56b612c408560d2743bca0f01a9109f416f (diff) |
loplugin:finalclasses in svgio
Change-Id: I5ecd694c9218d54d092e82c215b0f917780a8e40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86549
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/inc/svganode.hxx')
-rw-r--r-- | svgio/inc/svganode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svganode.hxx b/svgio/inc/svganode.hxx index 7da88306f277..677fedf3fb07 100644 --- a/svgio/inc/svganode.hxx +++ b/svgio/inc/svganode.hxx @@ -29,7 +29,7 @@ namespace svgio { namespace svgreader { - class SvgANode : public SvgNode + class SvgANode final : public SvgNode { private: /// use styles |