Typo: ccordinate->coordinate

Change-Id: I2011dbed8f30b2b0d0568d5e19ed8e56bef509d9
This commit is contained in:
Julien Nabet 2014-03-29 17:24:28 +01:00
parent aabbde06e8
commit 74c5452206
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 );