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. --- cui/source/options/optchart.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/options/optchart.hxx') diff --git a/cui/source/options/optchart.hxx b/cui/source/options/optchart.hxx index 1b457dd64385..1b2d528e59df 100644 --- a/cui/source/options/optchart.hxx +++ b/cui/source/options/optchart.hxx @@ -38,7 +38,7 @@ #include // header for PushButton #include -// header for XColorTable +// header for XColorList #include #include "cfgchart.hxx" @@ -67,7 +67,7 @@ private: SvxChartOptions* pChartOptions; SvxChartColorTableItem* pColorConfig; - XColorTable* pColorTab; + XColorList* pColorTab; DECL_LINK( ResetToDefaults, void * ); DECL_LINK( AddChartColor, void * ); -- cgit v1.2.3