chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 044e58900d2e68c1885cac490118e61b7fffb00b Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 10 16:06:15 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu Apr 11 08:56:58 2019 +0200 Fix typo Change-Id: I9f86967383e98ee051aee5e98bcb68fb4f165ef2 Reviewed-on: https://gerrit.libreoffice.org/70577 Tested-by: Jenkins Reviewed-by: himajin100000 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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; }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
