diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-05 16:06:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-05 21:39:51 +0200 |
commit | 18446cdd6007679f227f192a606c86fe2eea1ef6 (patch) | |
tree | 100e466052704f565ab7b293f27a95d021b36d8e /include/xmloff/GradientStyle.hxx | |
parent | e55e64a7b736df7dd902f88fcf0c889d43d2eed0 (diff) |
loplugin:finalclasses
Change-Id: I62b094a3bd9a4f630cebdf538c04391e2920ff2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154064
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/GradientStyle.hxx')
-rw-r--r-- | include/xmloff/GradientStyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/GradientStyle.hxx b/include/xmloff/GradientStyle.hxx index 58975644fb3d..37884d9bea42 100644 --- a/include/xmloff/GradientStyle.hxx +++ b/include/xmloff/GradientStyle.hxx @@ -48,7 +48,7 @@ public: OUString& rStrName ); }; -class XMLOFF_DLLPUBLIC XMLGradientStopContext: public SvXMLImportContext +class XMLOFF_DLLPUBLIC XMLGradientStopContext final : public SvXMLImportContext { public: XMLGradientStopContext( |