diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-17 16:37:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-17 17:32:05 +0100 |
commit | 2761545769ef564b14fc8cd854a35c42bc269f02 (patch) | |
tree | 70cce9c1bd995c4edf67b24e99fce10db1d0da96 /chart2/source/inc/chartview | |
parent | bb495c6a2f00346698a041bce69a5a97effc79d7 (diff) |
loplugin:finalclasses in chart2
Change-Id: I6cc88d50df7a6c77285f8534de43fd0c8d251bf7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128505
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc/chartview')
-rw-r--r-- | chart2/source/inc/chartview/DrawModelWrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/chartview/DrawModelWrapper.hxx b/chart2/source/inc/chartview/DrawModelWrapper.hxx index acd829394c26..0b4da35435d4 100644 --- a/chart2/source/inc/chartview/DrawModelWrapper.hxx +++ b/chart2/source/inc/chartview/DrawModelWrapper.hxx @@ -35,7 +35,7 @@ class SdrObject; namespace chart { -class OOO_DLLPUBLIC_CHARTVIEW DrawModelWrapper : private SdrModel +class OOO_DLLPUBLIC_CHARTVIEW DrawModelWrapper final : private SdrModel { private: rtl::Reference<SvxDrawPage> m_xMainDrawPage; |