X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyx2lyx%2Flyx_2_0.py;h=70c08cb68befb030f65085b6f0147ca517050af6;hb=737e9b2c20b9aa14c91330c83ace13c632c6c816;hp=bcfbaae24deab7914d2acebc3682d6720c8a8c1c;hpb=ed6f569fc897d8418161ebb4871fa9b30f497d86;p=features.git diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index bcfbaae24d..70c08cb68b 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -186,10 +186,12 @@ def revert_vphantom(document): supported_versions = ["2.0.0","2.0"] convert = [[346, []], [347, []], - [348, []] + [348, []], + [349, []] ] -revert = [[347, [revert_phantom, revert_hphantom, revert_vphantom]], +revert = [[348, []], + [347, [revert_phantom, revert_hphantom, revert_vphantom]], [346, [revert_tabularvalign]], [345, [revert_swiss]] ]