diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-09-10 11:22:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-09-10 19:27:24 +0200 |
commit | c42eb3d3f6c8be0bb8d3d4c6955d13279c0dbcc1 (patch) | |
tree | 3a315df9fa69febbd6c98896fbdc5f1904f58fb0 /chart2 | |
parent | 7d4142269e2deb756f03774a9d6d2861fe9eba04 (diff) |
Fix typos
Change-Id: Icb9acdf67be84e3bedab53188246890b6aa82a7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120286
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/extras/chart2export2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/extras/chart2export2.cxx b/chart2/qa/extras/chart2export2.cxx index 2652572f847f..588cbe1d84f2 100644 --- a/chart2/qa/extras/chart2export2.cxx +++ b/chart2/qa/extras/chart2export2.cxx @@ -1530,7 +1530,7 @@ void Chart2ExportTest2::testNameRangeXLSX() load(u"/chart2/qa/extras/data/xlsx/", "chart_with_name_range.xlsx"); xmlDocUniquePtr pXmlDoc = parseExport("xl/charts/chart", "Calc Office Open XML"); CPPUNIT_ASSERT(pXmlDoc); - // test the syntax of local range name on the the local sheet. + // test the syntax of local range name on the local sheet. assertXPathContent(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:barChart/c:ser/c:cat/c:strRef/c:f", "Sheet1!local_name_range"); |