chart2/source/view/charttypes/VSeriesPlotter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d58fd88fe24ca8f99a387f6a63c405c190432b8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Nov 26 18:03:03 2018 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Nov 26 20:50:37 2018 +0100

    Fix typo
    
    Change-Id: I339e1d956ed6f3017453237f0b8ad540d7d4ad20
    Reviewed-on: https://gerrit.libreoffice.org/64068
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx 
b/chart2/source/view/charttypes/VSeriesPlotter.cxx
index 9bcab4e62ad5..f80f656cf478 100644
--- a/chart2/source/view/charttypes/VSeriesPlotter.cxx
+++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx
@@ -2408,7 +2408,7 @@ Reference< drawing::XShape > 
VSeriesPlotter::createLegendSymbolForPoint(
     if( rSeries.isAttributedDataPoint( nPointIndex ) )
         xPointSet.set( rSeries.getPropertiesOfPoint( nPointIndex ));
 
-    // if a data point has no own color use a color fom the diagram's color 
scheme
+    // if a data point has no own color use a color from the diagram's color 
scheme
     if( ! rSeries.hasPointOwnColor( nPointIndex ))
     {
         Reference< util::XCloneable > xCloneable( xPointSet,uno::UNO_QUERY );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to