summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-01-17 16:37:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-01-17 17:32:05 +0100
commit2761545769ef564b14fc8cd854a35c42bc269f02 (patch)
tree70cce9c1bd995c4edf67b24e99fce10db1d0da96 /chart2/source/controller/inc/dlg_InsertDataLabel.hxx
parentbb495c6a2f00346698a041bce69a5a97effc79d7 (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/controller/inc/dlg_InsertDataLabel.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_InsertDataLabel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
index 54c280ade2fc..7777db3c9696 100644
--- a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
+++ b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
@@ -28,7 +28,7 @@ namespace chart
{
class DataLabelResources;
-class DataLabelsDialog : public weld::GenericDialogController
+class DataLabelsDialog final : public weld::GenericDialogController
{
private:
std::unique_ptr<DataLabelResources> m_apDataLabelResources;