summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/OpenglShapeFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/OpenglShapeFactory.hxx')
-rw-r--r--chart2/source/view/inc/OpenglShapeFactory.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/chart2/source/view/inc/OpenglShapeFactory.hxx b/chart2/source/view/inc/OpenglShapeFactory.hxx
index 93b5e140c19f..1dc444d6e8b6 100644
--- a/chart2/source/view/inc/OpenglShapeFactory.hxx
+++ b/chart2/source/view/inc/OpenglShapeFactory.hxx
@@ -178,10 +178,11 @@ public:
com::sun::star::drawing::XShapes> & xTarget,
const DataSeriesState& rSeriesState );
- virtual void pushNextSeriesState( const com::sun::star::uno::Reference<
+ virtual void renderSeries( const com::sun::star::uno::Reference<
com::sun::star::drawing::XShapes> & xTarget,
const DataSeriesState& rOldSeriesState,
- const DataSeriesState& rNewSeriesState );
+ const DataSeriesState& rNewSeriesState,
+ double nPercent );
virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >
getOrCreateChartRootShape( const ::com::sun::star::uno::Reference<