[Libreoffice-commits] core.git: basegfx/source sc/source

Julien Nabet serval2412 at yahoo.fr
Sat Mar 29 09:25:02 PDT 2014


 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 <serval2412 at yahoo.fr>
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 );


More information about the Libreoffice-commits mailing list