diff options
-rw-r--r-- | pt_BR/Lightproof.py | 3 |
1 files changed, 3 insertions, 0 deletions
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() |