diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_CreationWizard.cxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/inc/dlg_CreationWizard.hxx | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx index 85f263b1c21f..adf1a52cdb70 100644 --- a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx +++ b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx @@ -33,6 +33,8 @@ using namespace css; +using vcl::RoadmapWizardTypes::WizardPath; + namespace chart { #define PATH_FULL 1 diff --git a/chart2/source/controller/inc/dlg_CreationWizard.hxx b/chart2/source/controller/inc/dlg_CreationWizard.hxx index db64d9d1cb9d..ae5067503bef 100644 --- a/chart2/source/controller/inc/dlg_CreationWizard.hxx +++ b/chart2/source/controller/inc/dlg_CreationWizard.hxx @@ -30,6 +30,9 @@ namespace com { namespace sun { namespace star { namespace chart2 { class XChartDocument; } } } } namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } +using vcl::WizardTypes::WizardState; +using vcl::WizardTypes::CommitPageReason; + namespace chart { |