summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/inc/dlg_CreationWizard.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-27 11:14:38 +0200
committerNoel Grandin <noel@peralex.com>2016-03-14 13:43:38 +0200
commit8353667d35bc511378c9b14261b6bb11b7bd56aa (patch)
treea065c941301f2b693445958046360b27a651d439 /chart2/source/controller/inc/dlg_CreationWizard.hxx
parentUser-Agent: disable reporting of languages - also for installsets (diff)
downloadcore-8353667d35bc511378c9b14261b6bb11b7bd56aa.tar.gz
core-8353667d35bc511378c9b14261b6bb11b7bd56aa.zip
com::sun::star->css in chart2
Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69
Diffstat (limited to 'chart2/source/controller/inc/dlg_CreationWizard.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_CreationWizard.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/chart2/source/controller/inc/dlg_CreationWizard.hxx b/chart2/source/controller/inc/dlg_CreationWizard.hxx
index 22b3c4df7c80..7e7255c4cadc 100644
--- a/chart2/source/controller/inc/dlg_CreationWizard.hxx
+++ b/chart2/source/controller/inc/dlg_CreationWizard.hxx
@@ -42,10 +42,8 @@ class CreationWizard : public svt::RoadmapWizard, public TabPageNotifiable
{
public:
CreationWizard( vcl::Window* pParent,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::frame::XModel >& xChartModel
- , const ::com::sun::star::uno::Reference<
- ::com::sun::star::uno::XComponentContext >& xContext
+ const css::uno::Reference< css::frame::XModel >& xChartModel
+ , const css::uno::Reference< css::uno::XComponentContext >& xContext
, sal_Int32 nOnePageOnlyIndex=-1 );//if nOnePageOnlyIndex is an index of an exsisting page starting with 0, then only this page is displayed without next/previous and roadmap
bool isClosable() { /*@todo*/ return m_bIsClosable;}
@@ -67,10 +65,8 @@ private:
virtual VclPtr<TabPage> createPage(WizardState nState) override;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::chart2::XChartDocument > m_xChartModel;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::uno::XComponentContext> m_xCC;
+ 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;