sw/qa/core/unocore/unocore.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5d87f7f3477728767790eafa11d52b95623dd7c5 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 2 15:18:52 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Fri Aug 2 17:04:18 2024 +0200 Fix typo Change-Id: I37bc06381cd3a36648e32cfb3eff1b5b72ccdd05 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171427 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/sw/qa/core/unocore/unocore.cxx b/sw/qa/core/unocore/unocore.cxx index 0d60108cb2f3..df9373a24f4a 100644 --- a/sw/qa/core/unocore/unocore.cxx +++ b/sw/qa/core/unocore/unocore.cxx @@ -1116,7 +1116,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreUnocoreTest, testEmptyHeader) xHeaderText->getPropertyValue("IsContentEmpty") >>= bIsContentEmpty; CPPUNIT_ASSERT(!bIsContentEmpty); - // Header has an anchoed object: IsContentEmpty is false. + // Header has an anchored object: IsContentEmpty is false. pWrtShell->SelAll(); pWrtShell->DelRight(); SwFlyFrameAttrMgr aMgr(true, pWrtShell, Frmmgr_Type::TEXT, nullptr);