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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 14 10:08:45 UTC 2020


 chart2/qa/extras/chart2export.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 58b3e6ea112f5c6145b6faef67334369afec61ad
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 12 17:30:49 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 14 12:08:06 2020 +0200

    Fix typo
    
    Change-Id: I3213db5bbcfbd32c450adcdaddbc86d78b4d6e6f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94067
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx
index 27c6c66ceac6..f960edf8b1a0 100644
--- a/chart2/qa/extras/chart2export.cxx
+++ b/chart2/qa/extras/chart2export.cxx
@@ -1354,9 +1354,9 @@ void Chart2ExportTest::testRadialColorGradientDOCX()
     load("/chart2/qa/extras/data/docx/", "tdf128794.docx");
     xmlDocUniquePtr pXmlDoc = parseExport("word/charts/chart", "Office Open XML Text");
     CPPUNIT_ASSERT(pXmlDoc);
-    // Test the gradeint style (if there is no 'a:path' attribute, it is a linear gradient)
+    // Test the gradient style (if there is no 'a:path' attribute, it is a linear gradient)
     assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:spPr/a:gradFill/a:path", 0);
-    // Test the linear gradeint angle
+    // Test the linear gradient angle
     assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:spPr/a:gradFill/a:lin", "ang", "13500000");
 }
 


More information about the Libreoffice-commits mailing list