summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_ChartType.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/dialogs/tp_ChartType.hxx
parent6c47de46613b531bd975d073cf31c3fda6f8b8da (diff)
com::sun::star->css in chart2
Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69
Diffstat (limited to 'chart2/source/controller/dialogs/tp_ChartType.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.hxx b/chart2/source/controller/dialogs/tp_ChartType.hxx
index 62a64220e5e6..980316555237 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.hxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.hxx
@@ -49,8 +49,7 @@ class ChartTypeTabPage : public ResourceChangeListener, public svt::OWizardPage,
{
public:
ChartTypeTabPage( vcl::Window* pParent
- , const ::com::sun::star::uno::Reference<
- ::com::sun::star::chart2::XChartDocument >& xChartModel
+ , const css::uno::Reference< css::chart2::XChartDocument >& xChartModel
, bool bDoLiveUpdate, bool bShowDescription = true );
virtual ~ChartTypeTabPage();
virtual void dispose() override;
@@ -58,8 +57,7 @@ public:
virtual void initializePage() override;
virtual bool commitPage( ::svt::WizardTypes::CommitPageReason eReason ) override;
- virtual ::com::sun::star::uno::Reference<
- ::com::sun::star::chart2::XChartTypeTemplate > getCurrentTemplate() const override;
+ virtual css::uno::Reference< css::chart2::XChartTypeTemplate > getCurrentTemplate() const override;
protected:
ChartTypeDialogController* getSelectedMainType();
@@ -87,8 +85,7 @@ protected:
SortByXValuesResourceGroup* m_pSortByXValuesResourceGroup;
GL3DResourceGroup* m_pGL3DResourceGroup;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::chart2::XChartDocument > m_xChartModel;
+ css::uno::Reference< css::chart2::XChartDocument > m_xChartModel;
::std::vector< ChartTypeDialogController* > m_aChartTypeDialogControllerList;
ChartTypeDialogController* m_pCurrentMainType;