diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-09 07:47:29 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-01-13 06:16:38 +0100 |
commit | 7e79c8d6cf3dfd6db51fb3a952850e0089ada91d (patch) | |
tree | 90fd1bb69f1f9fe604de9fff7972c075e63e7e24 /chart2 | |
parent | 4efab9857007317598019040470e0694c96ba6d6 (diff) |
Fix typo
Change-Id: Ia182da4c6f364d302ca189a10a7e9619211770cc
Reviewed-on: https://gerrit.libreoffice.org/66247
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'chart2')
-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 ) { |