summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/dlg_NumberFormat.hxx
diff options
context:
space:
mode:
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