filter/qa/unit/svg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4c5be3e2e7818367af6a67a2913c61c7456eba69 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Nov 11 21:25:24 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Nov 12 08:51:04 2022 +0100 Fix typo Change-Id: Icec4f84ba52578588512fa6cccd1d0d62b02ef06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142602 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/filter/qa/unit/svg.cxx b/filter/qa/unit/svg.cxx index ea31a74447f0..a650deb1fc72 100644 --- a/filter/qa/unit/svg.cxx +++ b/filter/qa/unit/svg.cxx @@ -176,7 +176,7 @@ CPPUNIT_TEST_FIXTURE(SvgFilterTest, testSemiTransparentMultiParaText) xStorable->storeToURL("private:stream", aMediaDescriptor.getAsConstPropertyValueList()); aStream.Seek(STREAM_SEEK_TO_BEGIN); - // Then make sure that the two semi-tranparent paragraphs have the same X position: + // Then make sure that the two semi-transparent paragraphs have the same X position: xmlDocUniquePtr pXmlDoc = parseXmlStream(&aStream); assertXPath(pXmlDoc, "(//svg:g[@class='TextShape']//svg:tspan[@class='TextPosition'])[1]", "x", "250");