diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index cbc4306605..5a946be303 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -1076,7 +1076,7 @@ def revert_hspace_glue_lengths(document): # latex_length returns "bool,length" m = length.find(",") length = length[m+1:] - document.warning("length: " + length) + # revert the HSpace inset to ERT # allow leading - if length.rfind("-") <> 0 or (length.rfind("-") == 0 and length.rfind("+") > -1): if star == True: