sw/qa/extras/uiwriter/uiwriter8.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0a6f0d7ea70783b10f27c64977d5f34aeac1ef8a Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri May 17 22:33:10 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue May 21 22:12:33 2024 +0200 Fix typo Change-Id: Id44f05e97f04bfd624f3fe12dc729659183963d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167800 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sw/qa/extras/uiwriter/uiwriter8.cxx b/sw/qa/extras/uiwriter/uiwriter8.cxx index e1924b16a512..cf65368249af 100644 --- a/sw/qa/extras/uiwriter/uiwriter8.cxx +++ b/sw/qa/extras/uiwriter/uiwriter8.cxx @@ -979,7 +979,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testInsertAutoTextIntoListFromParaStyle) CPPUNIT_ASSERT_EQUAL(SfxItemState::DEFAULT, pSet->GetItemState(RES_MARGIN_TEXTLEFT, false)); CPPUNIT_ASSERT_EQUAL(SfxItemState::SET, pSet->GetItemState(RES_MARGIN_TEXTLEFT, true)); CPPUNIT_ASSERT_EQUAL(u"ListAndIndents"_ustr, rNode.GetTextColl()->GetName()); - CPPUNIT_ASSERT_EQUAL(u"more"_ustr, rNode.GetText()); // pre-exising list item + CPPUNIT_ASSERT_EQUAL(u"more"_ustr, rNode.GetText()); // pre-existing list item CPPUNIT_ASSERT_EQUAL(pNumRule, rNode.GetNumRule()); CPPUNIT_ASSERT_EQUAL(pTextLeftMargin->GetTextLeft(), rNode.GetAttr(RES_MARGIN_TEXTLEFT).GetTextLeft());