From c42eb3d3f6c8be0bb8d3d4c6955d13279c0dbcc1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 10 Sep 2021 11:22:56 +0200 Subject: Fix typos Change-Id: Icb9acdf67be84e3bedab53188246890b6aa82a7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120286 Tested-by: Jenkins Reviewed-by: Julien Nabet --- chart2/qa/extras/chart2export2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') 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"); -- cgit