sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3a23b1fcdb6ee05880d9a30cea2f35b11b885f4f Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Oct 28 14:53:39 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Oct 28 17:11:58 2023 +0200 Fix typo Change-Id: I662b35eeba752f84a950be8653622c05d8538d7b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158589 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx b/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx index 31802ee4c184..8e4af98b7169 100644 --- a/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx +++ b/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx @@ -1271,7 +1271,7 @@ void SwToContentAnchoredObjectPosition::CalcOverlap(const SwTextFrame* pAnchorFr if (pAnchoredObjFlyAnchor && pAnchoredObjFlyAnchor->GetUpper() != pAnchorUpper) { - // A fly overlapping with a fly from an other upper is fine. + // A fly overlapping with a fly from another upper is fine. continue; } }
