diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-07-07 11:52:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-07-07 12:39:31 +0200 |
commit | cdb1671d05ffebf4ff1a02bc6383fec71e8f827c (patch) | |
tree | 58a89497b1d6513c7e9783fce0456433f6a983a2 /sw | |
parent | b7ed6de51422ca7bc8333e80ae6e9a4d57e07239 (diff) |
Fix typo
Change-Id: Ib6aa24401db9cd39b314800f4fb5e4443aeec198
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98249
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/layout/layout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx index 94cd82d26782..8aee5a95a6fe 100644 --- a/sw/qa/extras/layout/layout.cxx +++ b/sw/qa/extras/layout/layout.cxx @@ -2853,7 +2853,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf134146) // Without the accompanying fix in place, this test would have failed with: // - Expected: 14 // - Actual : 13 - // i.e. the Y axis title didn't break to multilple lines. + // i.e. the Y axis title didn't break to multiple lines. assertXPath(pXmlDoc, "//textarray", 14); } |