diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-12 17:30:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-14 12:08:06 +0200 |
commit | 58b3e6ea112f5c6145b6faef67334369afec61ad (patch) | |
tree | a8dac0df4a1c6daeab5ff255ef7f2f9180c7add9 /chart2 | |
parent | e4ff5a87609bb85d744c6f7155e2c5e69f5e0e63 (diff) |
Fix typo
Change-Id: I3213db5bbcfbd32c450adcdaddbc86d78b4d6e6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94067
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/extras/chart2export.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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"); } |