summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/VDataSeries.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-04 12:41:46 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-06 17:04:22 +0000
commit5e65c273c61cfc78304d1d62a21a18953b643c50 (patch)
tree029342b7ef4e18b141ee649ca56cdd5bcba94e12 /chart2/source/view/main/VDataSeries.cxx
parent90e1baf4ed1cf03bec430870d870ede0984f9adc (diff)
Fix typos
Change-Id: Ie0578dcca6cbf4edb62544109d616a081888f369 Reviewed-on: https://gerrit.libreoffice.org/21140 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'chart2/source/view/main/VDataSeries.cxx')
-rw-r--r--chart2/source/view/main/VDataSeries.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx
index b0cf9ff5ead2..598eeb0dfd83 100644
--- a/chart2/source/view/main/VDataSeries.cxx
+++ b/chart2/source/view/main/VDataSeries.cxx
@@ -893,7 +893,7 @@ bool VDataSeries::hasPointOwnColor( sal_Int32 index ) const
bool VDataSeries::isAttributedDataPoint( sal_Int32 index ) const
{
- //returns true if the data point assigned by the given index has set it's own properties
+ //returns true if the data point assigned by the given index has set its own properties
if( index>=m_nPointCount || m_nPointCount==0)
return false;
for(sal_Int32 nN=m_aAttributedDataPointIndexList.getLength();nN--;)