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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/options/optchart.cxx') diff --git a/cui/source/options/optchart.cxx b/cui/source/options/optchart.cxx index a9809be47f63..0279a352b6df 100644 --- a/cui/source/options/optchart.cxx +++ b/cui/source/options/optchart.cxx @@ -81,7 +81,7 @@ SvxDefaultColorOptPage::SvxDefaultColorOptPage( Window* pParent, const SfxItemSe aValSetColorBox.Show(); pChartOptions = new SvxChartOptions; - pColorTab = new XColorTable( SvtPathOptions().GetPalettePath() ); + pColorTab = new XColorList( SvtPathOptions().GetPalettePath() ); const SfxPoolItem* pItem = NULL; if ( rInAttrs.GetItemState( SID_SCH_EDITOPTIONS, sal_False, &pItem ) == SFX_ITEM_SET ) -- cgit v1.2.1