diff options
Diffstat (limited to 'chart2/source/controller/inc/dlg_InsertDataLabel.hxx')
-rw-r--r-- | chart2/source/controller/inc/dlg_InsertDataLabel.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx index c39d608d1e8a..7777db3c9696 100644 --- a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx +++ b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTDATALABEL_HXX -#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_DLG_INSERTDATALABEL_HXX +#pragma once #include <vcl/weld.hxx> #include <svl/itemset.hxx> @@ -29,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; @@ -44,6 +43,4 @@ public: } //namespace chart -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |