--- /home/pagalmes/workspace/OpenOffice/chart2/source/tools/DataSeriesHelper.cxx 2006-03-10 13:12:50.000000000 +0100 +++ /home/pagalmes/workspace/OpenOffice/chart2/source/tools/DataSeriesHelper_new.cxx 2006-03-10 10:10:49.000000000 +0100 @@ -48,7 +48,7 @@ #include #endif #ifndef _COM_SUN_STAR_CHART2_DATA_LABELORIGIN_HPP_ -#include #endif #ifndef _COM_SUN_STAR_CHART2_AXISTYPE_HPP_ #include @@ -293,7 +293,7 @@ return aResult; } -StackMode DataSeriesHelper::getStackModeFromSeries( +StackMode getStackModeFromSeries( const Sequence< Reference< chart2::XDataSeries > > & aSeries, const Reference< chart2::XCoordinateSystem > & xCorrespondingCoordinateSystem ) { @@ -381,7 +381,7 @@ return eStackMode; } -void DataSeriesHelper::setStackModeAtSeries( +void setStackModeAtSeries( const Sequence< Reference< chart2::XDataSeries > > & aSeries, const Reference< chart2::XCoordinateSystem > & xCorrespondingCoordinateSystem, StackMode eStackMode )