[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - dictionaries
Tor Lillqvist
tml at collabora.com
Fri Jun 22 05:47:04 UTC 2018
dictionaries | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit baf2c3216d4276840526726b9cdb7d5158f22708
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Jun 20 20:11:55 2018 +0300
Updated core
Project: dictionaries 3b6db3f228458fa2b2f9911716b95ed0d632c9ce
tdf#104332 (and others): Speed up Lightproof initialisation
Delay import of the the heavy lightproof_impl_pt_BR to when actually
needed. Shaves several hundred milliseconds (on my machine, about 300
ms) from the time needed to just get a list of what grammars checkers
are available. It's silly to load the heavy pt-BR impl module even if
no Brazilian Portuguese proof reading is being performed.
Sure, the same change could be done to the other Lightproof
dictionaries, too, but they are much smaller, so importing them
unconditionally always does not hurt so much.
Change-Id: I3c3f64e80bd9519f188905abda7c25337c81462d
Reviewed-on: https://gerrit.libreoffice.org/56176
Reviewed-by: László Németh <nemeth at numbertext.org>
Tested-by: Tor Lillqvist <tml at collabora.com>
(cherry picked from commit 2d8dd0af877de8494ca9c2c027eba4a42bbc09eb)
(cherry picked from commit 846e5da4b28bb40158cfb992f3a371614e25a349)
Reviewed-on: https://gerrit.libreoffice.org/56249
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/dictionaries b/dictionaries
index 25a48a7f821f..3b6db3f22845 160000
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 25a48a7f821fd884f503ce1d2aca594c6abbfe0a
+Subproject commit 3b6db3f228458fa2b2f9911716b95ed0d632c9ce
More information about the Libreoffice-commits
mailing list