summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/dlg_NumberFormat.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 12:50:27 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-22 01:57:32 +0100
commit79b6055acd1ea27a9f054e6980abbe2024cdc4a2 (patch)
tree1f441f303313ef5500e4b24a596c33640837b787 /chart2/source/controller/dialogs/dlg_NumberFormat.hxx
parenttdf#123936 Formatting files in module configmgr with clang-format (diff)
downloadcore-79b6055acd1ea27a9f054e6980abbe2024cdc4a2.tar.gz
core-79b6055acd1ea27a9f054e6980abbe2024cdc4a2.zip
tdf#123936 Formatting files in module chart2 with clang-format
Change-Id: Ie4dea73190040e5716fe531cf35fae20d7e175db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105650 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'chart2/source/controller/dialogs/dlg_NumberFormat.hxx')
-rw-r--r--chart2/source/controller/dialogs/dlg_NumberFormat.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/dlg_NumberFormat.hxx b/chart2/source/controller/dialogs/dlg_NumberFormat.hxx
index 5a5f66417572..3cb5107158b8 100644
--- a/chart2/source/controller/dialogs/dlg_NumberFormat.hxx
+++ b/chart2/source/controller/dialogs/dlg_NumberFormat.hxx
@@ -20,19 +20,21 @@
#include <sfx2/basedlgs.hxx>
-namespace weld { class Window; }
+namespace weld
+{
+class Window;
+}
class SfxItemSet;
class SfxItemPool;
namespace chart
{
-
class NumberFormatDialog : public SfxSingleTabDialogController
{
public:
NumberFormatDialog(weld::Window* pParent, SfxItemSet& rSet);
- static SfxItemSet CreateEmptyItemSetForNumberFormatDialog( SfxItemPool& rItemPool );
+ static SfxItemSet CreateEmptyItemSetForNumberFormatDialog(SfxItemPool& rItemPool);
};
} //namespace chart