diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-23 16:23:26 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-23 16:23:26 +0200 |
commit | d2ac4c3e68cf21c3ac9ba4f1dc55761298a12696 (patch) | |
tree | 5278e4548d0342a5127ef43eb0b28fbb82e7ec00 /chart2 | |
parent | b55ef81671d441d5e8b7c30bb2b2a1af48c46bcc (diff) |
'Ownership' is one word, as is 'relationship'
Change-Id: I45c441f68ed5f20cfc87e34e7bfb529a30952f81
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(); |