diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-22 03:33:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-22 13:04:06 +0200 |
commit | 42eaab2c8e6cc2fb9cb6f608db6ba4a07cc55409 (patch) | |
tree | 521bbac5911bf4b8c98c40bee3d1b2dfb4d97f1d | |
parent | 8ee5b9ae2100671601c7152a201e51bfb3efa028 (diff) |
Fix typo
Change-Id: Ia58df805c7c59bdef07046431241b40d2aa404de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158318
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/qa/core/text/itrform2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/text/itrform2.cxx b/sw/qa/core/text/itrform2.cxx index 02cd813ae549..fc8e981dcf5f 100644 --- a/sw/qa/core/text/itrform2.cxx +++ b/sw/qa/core/text/itrform2.cxx @@ -147,7 +147,7 @@ CPPUNIT_TEST_FIXTURE(Test, testContentControlHeaderPDFExport) CPPUNIT_TEST_FIXTURE(Test, testSplitFlyAnchorLeftMargin) { - // Given a document with a floating table, anchor para is followed by an other para with a left + // Given a document with a floating table, anchor para is followed by another para with a left // margin: createSwDoc("floattable-anchor-left-margin.docx"); |