[Libreoffice-commits] core.git: dictionaries
Tor Lillqvist
tml at collabora.com
Wed Jun 20 18:51:29 UTC 2018
dictionaries | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 105edc7453624bf06755911fdd49258a5837ff3c
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Jun 20 20:11:55 2018 +0300
Updated core
Project: dictionaries 2d8dd0af877de8494ca9c2c027eba4a42bbc09eb
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>
diff --git a/dictionaries b/dictionaries
index 6c85a19c887b..2d8dd0af877d 160000
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 6c85a19c887b6147ec7d3a600b51cb2a44284fa2
+Subproject commit 2d8dd0af877de8494ca9c2c027eba4a42bbc09eb
More information about the Libreoffice-commits
mailing list