summaryrefslogtreecommitdiff
path: root/hu_HU/Lightproof.py
diff options
context:
space:
mode:
Diffstat (limited to 'hu_HU/Lightproof.py')
-rw-r--r--hu_HU/Lightproof.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/hu_HU/Lightproof.py b/hu_HU/Lightproof.py
index 74af535..e5936b8 100644
--- a/hu_HU/Lightproof.py
+++ b/hu_HU/Lightproof.py
@@ -77,6 +77,12 @@ class Lightproof( unohelper.Base, XProofreader, XServiceInfo, XServiceName, XSer
aRes.aProperties = ()
aRes.xProofreader = self
aRes.aErrors = ()
+ # PATCH FOR LO 4
+ # Fix for http://nabble.documentfoundation.org/Grammar-checker-Undocumented-change-in-the-API-for-LO-4-td4030639.html
+ if nStartOfSentencePos != 0:
+ return aRes
+ aRes.nStartOfNextSentencePosition = len(rText)
+ # END OF PATCH
if len(rProperties) > 0 and rProperties[0].Name == "Update":
try:
import lightproof_compile_hu_HU