[Libreoffice-commits] core.git: chart2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jan 13 05:17:00 UTC 2019


 chart2/source/model/template/ChartTypeTemplate.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e79c8d6cf3dfd6db51fb3a952850e0089ada91d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jan 9 07:47:29 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
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 <j.carl43 at gmx.de>

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 )
     {


More information about the Libreoffice-commits mailing list