From e5dd156a44625865684b5dfa90a95108259deb50 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Apr 2016 12:19:57 +0200 Subject: loplugin:constantparam Change-Id: Ie690088d7a7d568703afd22f544628fc8012a7e1 --- chart2/source/controller/inc/dlg_CreationWizard.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'chart2/source/controller/inc/dlg_CreationWizard.hxx') diff --git a/chart2/source/controller/inc/dlg_CreationWizard.hxx b/chart2/source/controller/inc/dlg_CreationWizard.hxx index 18b2904b91e2..eb2ed7373590 100644 --- a/chart2/source/controller/inc/dlg_CreationWizard.hxx +++ b/chart2/source/controller/inc/dlg_CreationWizard.hxx @@ -42,10 +42,7 @@ class CreationWizard : public svt::RoadmapWizard, public TabPageNotifiable public: CreationWizard( vcl::Window* pParent, const css::uno::Reference< css::frame::XModel >& xChartModel - , const css::uno::Reference< css::uno::XComponentContext >& xContext - // if nOnePageOnlyIndex is an index of an exsisting page starting with 0 - // then only this page is displayed without next/previous and roadmap - , sal_Int32 nOnePageOnlyIndex=-1 ); + , const css::uno::Reference< css::uno::XComponentContext >& xContext ); CreationWizard() = delete; @@ -68,7 +65,6 @@ private: css::uno::Reference< css::chart2::XChartDocument > m_xChartModel; css::uno::Reference< css::uno::XComponentContext> m_xCC; bool m_bIsClosable; - sal_Int32 m_nOnePageOnlyIndex;//if nOnePageOnlyIndex is an index of an exsisting page starting with 0, then only this page is displayed without next/previous and roadmap ChartTypeTemplateProvider* m_pTemplateProvider; std::unique_ptr m_pDialogModel; -- cgit