sw/qa/extras/ooxmlexport/ooxmlexport14.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 403b6522cc7104e18f752f395e1fcd259b4db1b3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 14 15:38:52 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Aug 14 16:39:28 2024 +0200 Fix typo Change-Id: I9a61081ad045bcc22e7ab5f89118270674654f2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171865 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx index 1cc3cc849fc0..35cd749be85f 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx @@ -106,7 +106,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf135595_HFtableWrap) .toInt32(); sal_Int32 nFooterBottom = getXPath(pXmlDoc, "//page[1]/footer/infos/bounds"_ostr, "bottom"_ostr).toInt32(); - // the image is above the botom of the footer + // the image is above the bottom of the footer CPPUNIT_ASSERT(nFooterBottom > nFooterImageBottom); // image is higher footer }