svx/source/svdraw/textchainflow.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 796863113f8c981ed93cfa22ee45878d8429ed85
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jun 19 21:51:20 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 22:55:26 2024 +0200

    Fix typo
    
    Change-Id: I832fe265269f8735903ffdf011f15e2bbd51bc7b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169234
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/source/svdraw/textchainflow.cxx 
b/svx/source/svdraw/textchainflow.cxx
index 343048a9a4b5..b7dc65cf7106 100644
--- a/svx/source/svdraw/textchainflow.cxx
+++ b/svx/source/svdraw/textchainflow.cxx
@@ -105,7 +105,7 @@ void TextChainFlow::impCheckForFlowEvents(SdrOutliner 
*pFlowOutl, SdrOutliner *p
     if (!bOldUpdateMode) // Reset only if the old value was false
         pFlowOutl->SetUpdateLayout(bOldUpdateMode);
 
-    // NOTE: Must be called after mp*ChText abd b*flow have been set but 
before mbOFisUFinduced is reset
+    // NOTE: Must be called after mp*ChText and b*flow have been set but 
before mbOFisUFinduced is reset
     impUpdateCursorInfo();
 
     // To check whether an overflow is underflow induced or not (useful in 
cursor checking)

Reply via email to