summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-10-06 18:01:21 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-10-06 20:48:59 +0200
commit68ebc8c6dd18f397af9c40f887e3397881f350cd (patch)
treebed38f421487b795f99af4bb1f6cd408a1008866 /filter
parent5d80971d8bc2027d78e1f6120bea7c388138d2d7 (diff)
Fix typo
Change-Id: I9176664cf07ae3bf1607bb91849bdd0846a8eafe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141029 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/qa/unit/svg.cxx2
1 files changed, 1 insertions, 1 deletions
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: