]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx_2_2.py
Added Adobe Source Pro fonts to lyx-GUI
[lyx.git] / lib / lyx2lyx / lyx_2_2.py
index 5f21a7c9f3ac7285daa84ab466161a8d04e9300a..d8d9ab65b55d00b5afa586e76771aa5a6af99668 100644 (file)
@@ -758,7 +758,6 @@ def convert_phrases(document):
         for phrase in phrases:
             j = document.body[i].find(phrase)
             if j == -1:
-                i += 1
                 continue
             if not is_part_of_converted_phrase(document.body[i], j, phrase):
                 front = document.body[i][:j]