mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
speed up lyx2lyx reversion for non-Hebrew documents
This commit is contained in:
parent
89c4357bf1
commit
a5ebabbb99
@ -557,6 +557,9 @@ def revert_quotes(document):
|
||||
continue
|
||||
|
||||
# Now handle Hebrew
|
||||
if not document.language == "hebrew" and find_token(document.body, '\\lang hebrew', 0) == -1:
|
||||
return
|
||||
|
||||
i = 0
|
||||
j = 0
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user