sw/qa/core/layout/layout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2fe749a2559a2fde67e930ffbaa0fa85663b6650 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jan 7 20:00:14 2022 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jan 8 13:26:04 2022 +0100 Fix typo Change-Id: I4d16867dece00154161fef0344d521aae24be288 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128130 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/qa/core/layout/layout.cxx b/sw/qa/core/layout/layout.cxx index 2b1dc8be0b3f..f8365b38bbc6 100644 --- a/sw/qa/core/layout/layout.cxx +++ b/sw/qa/core/layout/layout.cxx @@ -534,7 +534,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreLayoutTest, testInnerCellBorderIntersect) // When rendering table borders: std::shared_ptr<GDIMetaFile> xMetaFile = pShell->GetPreviewMetaFile(); - // Then make sure that that inner and outer borders don't overlap in Word compatibility mode, + // Then make sure that inner and outer borders don't overlap in Word compatibility mode, // and inner borders are reduced to prevent an overlap: MetafileXmlDump dumper; xmlDocUniquePtr pXmlDoc = dumpAndParse(dumper, *xMetaFile);
