svx/source/svdraw/textchainflow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eb08a328843409acc1e0350a8b440b080de4bb2d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 19 21:52:35 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 19 22:52:40 2024 +0200 Fix typo Change-Id: If2717fd1d82bb6e017a55f9b29b2af60ab57a835 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169236 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/svx/source/svdraw/textchainflow.cxx b/svx/source/svdraw/textchainflow.cxx index 9763ea5015cb..343048a9a4b5 100644 --- a/svx/source/svdraw/textchainflow.cxx +++ b/svx/source/svdraw/textchainflow.cxx @@ -148,7 +148,7 @@ bool TextChainFlow::IsUnderflow() const } -// XXX: In editing mode you need to get "underflowing" text from editing outliner, so it's kinda separate from the drawing one! +// XXX: In editing mode you need to get "underflowing" text from editing outliner, so it's kinda separated from the drawing one! // XXX:Would it be possible to unify underflow and its possibly following overflow? void TextChainFlow::ExecuteUnderflow(SdrOutliner *pOutl)