diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-03-29 17:24:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-03-29 17:24:28 +0100 |
commit | 74c5452206bd729413beff4375f7249553fe6a60 (patch) | |
tree | ab62ee541669eb9ca9f19d1b8018a0d0c8e6e339 /sc | |
parent | aabbde06e849c61b9abb696cd84133f11ebfbf34 (diff) |
Typo: ccordinate->coordinate
Change-Id: I2011dbed8f30b2b0d0568d5e19ed8e56bef509d9
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/xichart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx index 026f64d97186..b00c49cd574e 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 ); |