From bda7556020cacc4da16905e4b29bf4e853d5a725 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 11 Aug 2020 17:07:29 +0200 Subject: Fix typos Change-Id: I02f05d87920a09f2cbb8a66caa2f76b7aad62a49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100539 Tested-by: Jenkins Reviewed-by: Julien Nabet --- chart2/qa/extras/chart2geometry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/qa/extras/chart2geometry.cxx b/chart2/qa/extras/chart2geometry.cxx index cc4fc628612d..091dafe67265 100644 --- a/chart2/qa/extras/chart2geometry.cxx +++ b/chart2/qa/extras/chart2geometry.cxx @@ -372,7 +372,7 @@ void Chart2GeometryTest::testTdf128345Legend_CS_TG_axial_export() assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs", 3); // axial // no element for 0% transparent assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs[1]/a:srgbClr/a:alpha", 0); - // 100% transparent = opacity 0. It comes from "axial", therefor it is in the middle. + // 100% transparent = opacity 0. It comes from "axial", therefore it is in the middle. assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs[2]/a:srgbClr/a:alpha", "val", "0"); assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs[2]", "pos", "50000"); assertXPath(pXmlDoc, sPathStart + "/a:gsLst/a:gs[3]/a:srgbClr/a:alpha", 0); -- cgit