[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - dictionaries
Michael Stahl
mstahl at redhat.com
Fri May 22 04:10:40 PDT 2015
dictionaries | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 07f872d4b8e95c82f8d935f76f6a5a0d7ba89187
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed May 20 23:51:08 2015 +0200
Updated core
Project: dictionaries 6fd73ad03417565305084524cf32cea089e83e87
Lightproof: do not return invalid nBehindEndOfSentencePosition
For a paragraph with a space at the end, this assertion is triggered:
linguistic/source/gciterator.cxx:162: lcl_SkipWhiteSpaces: illegal
arguments
Cause is the loop in doProofReading that gets the last character of the
paragraph and increments nStartOfNextSentencePosition even if it's
already at end of the text.
(regression from 080424980483bcc29a3556cf1a681c45cd5c50fc)
Reviewed-on: https://gerrit.libreoffice.org/15834
Reviewed-by: László Németh <nemeth at numbertext.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
(cherry picked from commit 8952e8055690417e60d75e4e4adf3c85a1029e7c)
Lightproof: do not return invalid nBehindEndOfSentencePosition
Copy bugfix to localized Lightproof.py
(cherry picked from commit cdb3172a438c7c56c4700edf7d771ede5cdf3402)
Change-Id: I58bd10d168f75f9d365cb33c0ade770750ff57ef
diff --git a/dictionaries b/dictionaries
index b66b3f4..6fd73ad 160000
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit b66b3f461357e74b0e68ac7024d8a25a51554893
+Subproject commit 6fd73ad03417565305084524cf32cea089e83e87
More information about the Libreoffice-commits
mailing list