lyx_2_0.py: re-add comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30729 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-07-21 13:19:51 +00:00
parent e65445a650
commit 34ab111257

View File

@ -1076,7 +1076,7 @@ def revert_hspace_glue_lengths(document):
# latex_length returns "bool,length" # latex_length returns "bool,length"
m = length.find(",") m = length.find(",")
length = length[m+1:] length = length[m+1:]
document.warning("length: " + length) # revert the HSpace inset to ERT
# allow leading - # allow leading -
if length.rfind("-") <> 0 or (length.rfind("-") == 0 and length.rfind("+") > -1): if length.rfind("-") <> 0 or (length.rfind("-") == 0 and length.rfind("+") > -1):
if star == True: if star == True: