diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-19 21:52:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-19 22:52:40 +0200 |
commit | eb08a328843409acc1e0350a8b440b080de4bb2d (patch) | |
tree | db2bc858af7978c5855858141007d987714728ca /svx/source | |
parent | 9a86b1f336ffca2910428dc0df4ab26c7d0f5846 (diff) |
Fix typo
Change-Id: If2717fd1d82bb6e017a55f9b29b2af60ab57a835
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169236
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/textchainflow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |