summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_CreationWizard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/dlg_CreationWizard.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_CreationWizard.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/dlg_CreationWizard.hxx b/chart2/source/controller/inc/dlg_CreationWizard.hxx
index eb2ed7373590..bc250be6c8c5 100644
--- a/chart2/source/controller/inc/dlg_CreationWizard.hxx
+++ b/chart2/source/controller/inc/dlg_CreationWizard.hxx
@@ -46,8 +46,6 @@ public:
CreationWizard() = delete;
- bool isClosable() { /*@todo*/ return m_bIsClosable;}
-
// TabPageNotifiable
virtual void setInvalidPage( TabPage * pTabPage ) override;
virtual void setValidPage( TabPage * pTabPage ) override;
@@ -64,11 +62,9 @@ private:
css::uno::Reference< css::chart2::XChartDocument > m_xChartModel;
css::uno::Reference< css::uno::XComponentContext> m_xCC;
- bool m_bIsClosable;
ChartTypeTemplateProvider* m_pTemplateProvider;
std::unique_ptr<DialogModel> m_pDialogModel;
- WizardState m_nFirstState;
WizardState m_nLastState;
TimerTriggeredControllerLock m_aTimerTriggeredControllerLock;