editeng/source/editeng/impedit3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3c13b79e6b1c5b238b1b988b1ffc1927d1b88191 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Dec 22 23:24:11 2018 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun Dec 23 10:04:58 2018 +0100 Fix typo Change-Id: I2111770ea4356c13e8703165774bb3c4cd06356c Reviewed-on: https://gerrit.libreoffice.org/65577 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index 05a386dedea9..959d10618fdf 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -1543,7 +1543,7 @@ bool ImpEditEngine::CreateLines( sal_Int32 nPara, sal_uInt32 nStartPosY ) if ( pParaPortion->IsSimpleInvalid() ) { // Change through simple Text changes... - // Do mot cancel formatting since Portions possibly have to be split + // Do not cancel formatting since Portions possibly have to be split // again! If at some point cancelable, then validate the following // line! But if applicable, mark as valid, so there is less output... if ( pLine->GetEnd() < nInvalidStart ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
