summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_3D_SceneIllumination.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_3D_SceneIllumination.hxx
parent6c47de46613b531bd975d073cf31c3fda6f8b8da (diff)
com::sun::star->css in chart2
Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69
Diffstat (limited to 'chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
index 1adad136d873..900a1f6306d6 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
@@ -52,9 +52,8 @@ class ThreeD_SceneIllumination_TabPage : public TabPage
public:
ThreeD_SceneIllumination_TabPage(
vcl::Window* pWindow,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet > & xSceneProperties,
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartModel,
+ const css::uno::Reference< css::beans::XPropertySet > & xSceneProperties,
+ const css::uno::Reference< css::frame::XModel >& xChartModel,
const XColorListRef &pColorTable );
virtual ~ThreeD_SceneIllumination_TabPage();
virtual void dispose() override;
@@ -93,14 +92,13 @@ private:
LightSourceInfo* m_pLightSourceInfoList;
- ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xSceneProperties;
+ css::uno::Reference< css::beans::XPropertySet > m_xSceneProperties;
TimerTriggeredControllerLock m_aTimerTriggeredControllerLock;
bool m_bInCommitToModel;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::frame::XModel > m_xChartModel;
+ css::uno::Reference< css::frame::XModel > m_xChartModel;
};
} //namespace chart