summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:06:15 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-11 08:56:58 +0200
commit044e58900d2e68c1885cac490118e61b7fffb00b (patch)
tree33577e0adefc5804cc6bd4d4a6cd75904f2f5d02 /chart2
parent28458290212618ab2a9bcb0d12745a0512b1e8b5 (diff)
Fix typo
Change-Id: I9f86967383e98ee051aee5e98bcb68fb4f165ef2 Reviewed-on: https://gerrit.libreoffice.org/70577 Tested-by: Jenkins Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
index f6ee8695ddae..f74321d69c23 100644
--- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
@@ -117,7 +117,7 @@ private:
bool m_bLinesAllowed;
//this should only be used, if the DataSeriesPointWrapper is initialized via the XInitialize interface
- //because a big change in the chartmodel may lead to an dataseriespointer that is not connected to the model anymore
+ //because a big change in the chartmodel may lead to a dataseriespointer that is not connected to the model anymore
//with the indices instead we can always get the new dataseries
css::uno::Reference< css::chart2::XDataSeries > m_xDataSeries;
};