summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-10-18 19:20:07 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-10-19 08:58:47 +0200
commit40b469fdb6dec080a90542935f94d497aa067ef4 (patch)
tree7631409570121f54e098dc425393e7d7bc478ec6 /editeng
parent09a3762fe0fc4c4815c842098094082bf1b90de6 (diff)
Fix typo and dots
Change-Id: Ia34130dbab42d61074a73a2b16e03360b5b123b6 Reviewed-on: https://gerrit.libreoffice.org/81086 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index 826bdea59998..f1219c29361e 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -908,7 +908,7 @@ bool ImpEditEngine::CreateLines( sal_Int32 nPara, sal_uInt32 nStartPosY )
break; // while
// Continue with remainder. This only to have *some* valid
- // X-values and not endlessly create new lines until DOOM..
+ // X-values and not endlessly create new lines until DOOM...
// Happened in the scenario of tdf#104152 where inserting a
// paragraph lead to a11y attempting to format the doc to
// obtain content when notified.