sw/qa/extras/ooxmlexport/ooxmlexport15.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d650b891ab5dd5d179a26c5dc4e6f7920897f863 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Tue Jun 10 11:19:16 2025 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Tue Jun 10 13:44:28 2025 +0200 sw: fix comment Change-Id: I2009daa2e63dea3f02db103b96cf31753b679ca7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186324 Tested-by: Xisco Fauli <xiscofa...@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx index 2e7a8504f274..9655b415f9ef 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx @@ -329,7 +329,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf123354) uno::Reference<container::XEnumerationAccess> xFieldsAccess(xTextFieldsSupplier->getTextFields()); uno::Reference<container::XEnumeration> xFields(xFieldsAccess->createEnumeration()); - // Tests new cell formula SIGN + // Tests new cell formula ABS uno::Reference<text::XTextField> xEnumerationAccess1(xFields->nextElement(), uno::UNO_QUERY); CPPUNIT_ASSERT_EQUAL(u"ABS(<A1>)"_ustr, xEnumerationAccess1->getPresentation(true).trim()); CPPUNIT_ASSERT_EQUAL(u"10"_ustr, xEnumerationAccess1->getPresentation(false).trim());