diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/NetChart.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/NetChart.hxx b/chart2/source/view/charttypes/NetChart.hxx index fd11c6dedd20..f44b5aa40b78 100644 --- a/chart2/source/view/charttypes/NetChart.hxx +++ b/chart2/source/view/charttypes/NetChart.hxx @@ -33,7 +33,7 @@ public: ::com::sun::star::chart2::XChartType >& xChartTypeModel , sal_Int32 nDimensionCount , bool bNoArea - , PlottingPositionHelper* pPlottingPositionHelper //takes owner ship + , PlottingPositionHelper* pPlottingPositionHelper //takes ownership ); virtual ~NetChart(); |