summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/qa/core/unocore/unocore.cxx2
1 files changed, 1 insertions, 1 deletions
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);