sw/qa/extras/rtfimport/rtfimport2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5d3cd85eb11e791d9711b18e769c50fb0c7408c8 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 15 16:24:14 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 15 19:04:19 2026 +0100 Fix typo Change-Id: I8426934e8a1c715bee264d8c31ea95bbd43736a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199409 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/qa/extras/rtfimport/rtfimport2.cxx b/sw/qa/extras/rtfimport/rtfimport2.cxx index 32200661f799..37abe71d3b5c 100644 --- a/sw/qa/extras/rtfimport/rtfimport2.cxx +++ b/sw/qa/extras/rtfimport/rtfimport2.cxx @@ -1102,7 +1102,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf167254) CPPUNIT_TEST_FIXTURE(Test, testTdf169298_CrLfDontSpillToDocumentBody) { - // Given a document with a document variable value contailing foo\'0d\'0abar + // Given a document with a document variable value containing foo\'0d\'0abar createSwDoc("tdf169298.rtf"); // The sequence must not cause newlines to appear in the beginning of the document text.
