sw/qa/extras/uiwriter/uiwriter3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 041c811b563f0839181e5339a5b417efd3574ad2 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Nov 17 23:56:09 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Nov 18 19:02:32 2020 +0100 Fix typo Change-Id: I0331154fa1a56d13cb6200856814393d4d444e5a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106035 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx b/sw/qa/extras/uiwriter/uiwriter3.cxx index 841b03493bf6..de5892c4b7bf 100644 --- a/sw/qa/extras/uiwriter/uiwriter3.cxx +++ b/sw/qa/extras/uiwriter/uiwriter3.cxx @@ -1885,7 +1885,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, AtPageTextBoxCrash) // The page anchored objects must not have content anchor // unless this will lead to crash later, for example on - // removing the paragraph where it is achored to... + // removing the paragraph where it is anchored to... CPPUNIT_ASSERT_EQUAL(RndStdIds::FLY_AT_PAGE, pTxBxFrm->GetAnchor().GetAnchorId()); CPPUNIT_ASSERT(!pTxBxFrm->GetAnchor().GetContentAnchor()); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
