basegfx/source/range/b2drangeclipper.cxx | 2 +- sc/source/filter/excel/xichart.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 74c5452206bd729413beff4375f7249553fe6a60 Author: Julien Nabet <[email protected]> Date: Sat Mar 29 17:24:28 2014 +0100 Typo: ccordinate->coordinate Change-Id: I2011dbed8f30b2b0d0568d5e19ed8e56bef509d9 diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx index 33a81be..5d198fb 100644 --- a/basegfx/source/range/b2drangeclipper.cxx +++ b/basegfx/source/range/b2drangeclipper.cxx @@ -84,7 +84,7 @@ namespace basegfx Rectangle this edge is part of @param fInvariantCoord - The invariant ccordinate value of this edge + The invariant coordinate value of this edge @param eEdgeType Is fInvariantCoord the lower or the higher value, for diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx index 026f64d..b00c49c 100644 --- a/sc/source/filter/excel/xichart.cxx +++ b/sc/source/filter/excel/xichart.cxx @@ -3695,7 +3695,7 @@ Reference< XCoordinateSystem > XclImpChAxesSet::CreateCoordSystem( Reference< XD { Reference< XCoordinateSystem > xCoordSystem; - /* Try to get existing ccordinate system. For now, all series from primary + /* Try to get existing coordinate system. For now, all series from primary and secondary axes sets are inserted into one coordinate system. Later, this should be changed to use one coordinate system for each axes set. */ Reference< XCoordinateSystemContainer > xCoordSystemCont( xDiagram, UNO_QUERY ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
