diff options
-rw-r--r-- | chart2/source/model/template/ChartTypeTemplate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx index 4d039476f473..f11c58787f0b 100644 --- a/chart2/source/model/template/ChartTypeTemplate.cxx +++ b/chart2/source/model/template/ChartTypeTemplate.cxx @@ -711,7 +711,7 @@ void ChartTypeTemplate::createAxes( void ChartTypeTemplate::adaptAxes( const Sequence< Reference< XCoordinateSystem > > & rCoordSys ) { - //adapt properties of exsisting axes and remove superfluous axes + //adapt properties of existing axes and remove superfluous axes if( rCoordSys.getLength() > 0 ) { |