summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_ChartType.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/dlg_ChartType.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_ChartType.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/chart2/source/controller/inc/dlg_ChartType.hxx b/chart2/source/controller/inc/dlg_ChartType.hxx
index ca430e49751c..d2864f3fd577 100644
--- a/chart2/source/controller/inc/dlg_ChartType.hxx
+++ b/chart2/source/controller/inc/dlg_ChartType.hxx
@@ -20,17 +20,19 @@
#include <vcl/weld.hxx>
-namespace com::sun::star::frame { class XModel; }
+namespace com::sun::star::frame
+{
+class XModel;
+}
namespace chart
{
-
class ChartTypeTabPage;
class ChartTypeDialog : public weld::GenericDialogController
{
public:
ChartTypeDialog(weld::Window* pWindow,
- const css::uno::Reference< css::frame::XModel >& xChartModel);
+ const css::uno::Reference<css::frame::XModel>& xChartModel);
virtual ~ChartTypeDialog() override;
private: