chart2/source/model/template/ChartTypeTemplate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7e79c8d6cf3dfd6db51fb3a952850e0089ada91d Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jan 9 07:47:29 2019 +0000 Commit: Jens Carl <[email protected]> CommitDate: Sun Jan 13 06:16:38 2019 +0100 Fix typo Change-Id: Ia182da4c6f364d302ca189a10a7e9619211770cc Reviewed-on: https://gerrit.libreoffice.org/66247 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> 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 ) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
