pt_BR/Lightproof.py | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit d401ecde39ee763e1d28c8850c3eb6fb628d29c3
Author: Tor Lillqvist <[email protected]>
Date: Thu Jun 28 20:27:01 2018 +0300
tdf#118423: Fix problems introduced by my recent pt_BR speedup
Change-Id: I25b1d11e13c01678195210d42597281896543ff2
Reviewed-on: https://gerrit.libreoffice.org/56612
Reviewed-by: Tor Lillqvist <[email protected]>
Tested-by: Tor Lillqvist <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/56613
Reviewed-by: Julien Nabet <[email protected]>
Reviewed-by: Jean-Baptiste Faure <[email protected]>
diff --git a/pt_BR/Lightproof.py b/pt_BR/Lightproof.py
index 0868693..61099ff 100644
--- a/pt_BR/Lightproof.py
+++ b/pt_BR/Lightproof.py
@@ -143,13 +143,16 @@ class Lightproof( unohelper.Base, XProofreader,
XServiceInfo, XServiceName, XSer
return aRes
def ignoreRule(self, rid, aLocale):
+ import lightproof_impl_pt_BR
lightproof_impl_pt_BR.ignore[rid] = 1
def resetIgnoreRules(self):
+ import lightproof_impl_pt_BR
lightproof_impl_pt_BR.ignore = {}
# XServiceDisplayName
def getServiceDisplayName(self, aLocale):
+ import lightproof_impl_pt_BR
return lightproof_impl_pt_BR.name
g_ImplementationHelper = unohelper.ImplementationHelper()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits