sw/qa/extras/ww8export/data/object_cross_reference.odt |binary sw/qa/extras/ww8export/ww8export2.cxx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e9f6f57f506a171b1b4a0bbd46bb43ccad1f954 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Dec 22 17:00:27 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Dec 23 10:02:25 2022 +0000 Fix typo Thanks a lot Julien! Change-Id: I987a37519228ad0771565fa59d55d6e50a0d3c81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144743 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ww8export/data/object_cross_reference.odt b/sw/qa/extras/ww8export/data/object_cross_reference.odt index 9eaca352b68c..ee6849dc5a8b 100644 Binary files a/sw/qa/extras/ww8export/data/object_cross_reference.odt and b/sw/qa/extras/ww8export/data/object_cross_reference.odt differ diff --git a/sw/qa/extras/ww8export/ww8export2.cxx b/sw/qa/extras/ww8export/ww8export2.cxx index 9f33c596c83f..6073b2bfc65e 100644 --- a/sw/qa/extras/ww8export/ww8export2.cxx +++ b/sw/qa/extras/ww8export/ww8export2.cxx @@ -942,7 +942,7 @@ DECLARE_OOXMLEXPORT_TEST( testObjectCrossReference, "object_cross_reference.odt" { uno::Reference<text::XTextContent> xContent(xBookmarksByName->getByName("Ref_Illustration1_caption_only"), uno::UNO_QUERY); uno::Reference<text::XTextRange> xRange = xContent->getAnchor(); - CPPUNIT_ASSERT_EQUAL(OUString("an other image"), xRange->getString()); + CPPUNIT_ASSERT_EQUAL(OUString("another image"), xRange->getString()); } // Cross references to text frames