sw/source/core/layout/flowfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 721bcace531c249d8a04489bba38e4fe8032e485 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Feb 5 16:51:54 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Feb 6 08:44:11 2026 +0100 Fix typo Change-Id: I7e564eb1fb50c6db4cd904fd41b2540c054d4d4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198767 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/core/layout/flowfrm.cxx b/sw/source/core/layout/flowfrm.cxx index 33f6dc793c04..4dd164751f97 100644 --- a/sw/source/core/layout/flowfrm.cxx +++ b/sw/source/core/layout/flowfrm.cxx @@ -1999,7 +1999,7 @@ bool SwFlowFrame::CheckMoveFwd( bool& rbMakePage, bool bKeep, bool bIgnoreMyOwnK { if (!pNxt) return true; - // We ignore non-null next, when it's empty master, than doesn't host a split fly: + // We ignore non-null next, when it's empty master, that doesn't host a split fly: if (pNxt->IsTextFrame()) { auto pTextFrame = static_cast<const SwTextFrame*>(pNxt);
