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 /vcl/inc/headless/SvpGraphicsBackend.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 'vcl/inc/headless/SvpGraphicsBackend.hxx')
-rw-r--r-- | vcl/inc/headless/SvpGraphicsBackend.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/headless/SvpGraphicsBackend.hxx b/vcl/inc/headless/SvpGraphicsBackend.hxx index e6f86617eba3..5e0e196b503e 100644 --- a/vcl/inc/headless/SvpGraphicsBackend.hxx +++ b/vcl/inc/headless/SvpGraphicsBackend.hxx @@ -27,7 +27,7 @@ #include <headless/CairoCommon.hxx> -class VCL_DLLPUBLIC SvpGraphicsBackend : public SalGraphicsImpl +class VCL_DLLPUBLIC SvpGraphicsBackend final : public SalGraphicsImpl { CairoCommon& m_rCairoCommon; |