*** orig/chart2/source/controller/dialogs/tp_ChartType.cxx Sun Mar 8 00:40:09 2009 --- new/chart2/source/controller/dialogs/tp_ChartType.cxx Wed Jul 29 10:07:52 2009 *************** *** 994,1000 **** aParameter.bSortByXValues = lcl_getSortByXValues( m_xChartModel ); this->fillAllControls( aParameter ); ! m_pCurrentMainType->fillExtraControls(aParameter,m_xChartModel); } return 0; } --- 994,1001 ---- aParameter.bSortByXValues = lcl_getSortByXValues( m_xChartModel ); this->fillAllControls( aParameter ); ! uno::Reference< beans::XPropertySet > xTemplateProps( this->getCurrentTemplate(), uno::UNO_QUERY ); ! m_pCurrentMainType->fillExtraControls(aParameter,m_xChartModel,xTemplateProps); } return 0; }