summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_DataLabel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataLabel.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataLabel.hxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataLabel.hxx b/chart2/source/controller/dialogs/tp_DataLabel.hxx
index e7d052728b4b..200063af9663 100644
--- a/chart2/source/controller/dialogs/tp_DataLabel.hxx
+++ b/chart2/source/controller/dialogs/tp_DataLabel.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_DIALOGS_TP_DATALABEL_HXX
-#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_DATALABEL_HXX
+#pragma once
#include "res_DataLabel.hxx"
#include <sfx2/tabdlg.hxx>
@@ -26,24 +25,24 @@ class SvNumberFormatter;
namespace chart
{
-
class DataLabelsTabPage : public SfxTabPage
{
public:
- DataLabelsTabPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rInAttrs);
+ DataLabelsTabPage(weld::Container* pPage, weld::DialogController* pController,
+ const SfxItemSet& rInAttrs);
- static std::unique_ptr<SfxTabPage> Create(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rInAttrs);
+ static std::unique_ptr<SfxTabPage>
+ Create(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rInAttrs);
- void SetNumberFormatter( SvNumberFormatter* pFormatter );
+ void SetNumberFormatter(SvNumberFormatter* pFormatter);
virtual void Reset(const SfxItemSet* rInAttrs) override;
virtual bool FillItemSet(SfxItemSet* rOutAttrs) override;
private:
- DataLabelResources m_aDataLabelResources;
+ DataLabelResources m_aDataLabelResources;
};
} //namespace chart
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */