filter/qa/unit/svg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 68ebc8c6dd18f397af9c40f887e3397881f350cd Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Oct 6 18:01:21 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Oct 6 20:48:59 2022 +0200 Fix typo Change-Id: I9176664cf07ae3bf1607bb91849bdd0846a8eafe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141029 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/filter/qa/unit/svg.cxx b/filter/qa/unit/svg.cxx index 5506d1601cda..a3bc29143ab3 100644 --- a/filter/qa/unit/svg.cxx +++ b/filter/qa/unit/svg.cxx @@ -280,7 +280,7 @@ CPPUNIT_TEST_FIXTURE(SvgFilterTest, testTab) aMediaDescriptor["OutputStream"] <<= xOut; xStorable->storeToURL("private:stream", aMediaDescriptor.getAsConstPropertyValueList()); - // Then make sure the the tab is not lost: + // Then make sure the tab is not lost: aStream.Seek(STREAM_SEEK_TO_BEGIN); xmlDocUniquePtr pXmlDoc = parseXmlStream(&aStream); // Without the accompanying fix in place, this test would have failed with: