]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/lyx_1_4.py
add \\leftindent to the list of allowed paragraph parameters.
[features.git] / lib / lyx2lyx / lyx_1_4.py
index c38ac34028fc88143a4d551c31f2c69e1ed396e8..47a1932b1480142e13bac4eb4c6c1a52dcbf99b6 100644 (file)
@@ -1693,7 +1693,7 @@ def use_x_binary(file):
 #
 def normalize_paragraph_params(file):
     body = file.body
-    allowed_parameters = '\\paragraph_spacing', '\\noindent', '\\align', '\\labelwidthstring', "\\start_of_appendix"
+    allowed_parameters = '\\paragraph_spacing', '\\noindent', '\\align', '\\labelwidthstring', "\\start_of_appendix", "\\leftindent"
 
     i = 0
     while 1: