From bbbc20bd5f4ca5ff726667869b7b7537606b2a77 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Mon, 29 Aug 2011 06:29:06 -0700 Subject: Rename class XColorTable to XColorList The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List. --- chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx') diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx index 71c16c683bdf..990ece9af8f9 100644 --- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx +++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx @@ -79,7 +79,7 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xSceneProperties, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartModel, - XColorTable* pColorTable=0 ); + XColorList* pColorTable=0 ); virtual ~ThreeD_SceneIllumination_TabPage(); // has to be called in case the dialog was closed with OK -- cgit