From 34ab111257e85d3101bc0085f09cbabe1237dcff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 21 Jul 2009 13:19:51 +0000 Subject: [PATCH] lyx_2_0.py: re-add comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30729 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_2_0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2