[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - dictionaries
Tor Lillqvist
tml at collabora.com
Sat Jun 23 20:45:26 UTC 2018
dictionaries | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit da260d23f8630e9e21c1af0dd3c99287c035b16d
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Jun 20 20:11:55 2018 +0300
Updated core
Project: dictionaries 72eac941c272e56287dba1d8b6dd2c5e398d78c2
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/56184
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/dictionaries b/dictionaries
index 7da396b70265..72eac941c272 160000
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 7da396b70265569b851a1c2327e7dcf757e3f936
+Subproject commit 72eac941c272e56287dba1d8b6dd2c5e398d78c2
More information about the Libreoffice-commits
mailing list