diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-19 21:51:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-19 22:55:26 +0200 |
commit | 796863113f8c981ed93cfa22ee45878d8429ed85 (patch) | |
tree | eb664388b57ff1d6d5e9bdfe858cdbe60391108b /svx/source/svdraw | |
parent | 0989bc478e75e466509b09905e5286cffd1643c9 (diff) |
Fix typo
Change-Id: I832fe265269f8735903ffdf011f15e2bbd51bc7b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169234
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/svdraw')
-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 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) |