[Libreoffice-commits] core.git: chart2/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 11 06:57:19 UTC 2019
chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 044e58900d2e68c1885cac490118e61b7fffb00b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:06:15 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <himajin100000 at gmail.com>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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;
};
More information about the Libreoffice-commits
mailing list