mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 15:46:16 +00:00
Remove unneeded whitespaces (to help with another patch)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27154 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
194f14bf65
commit
c014f26820
@ -1548,15 +1548,15 @@ def convert_macro_global(document):
|
||||
# status collapsed
|
||||
#
|
||||
# \begin_layout Plain Layout
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
# \backslash
|
||||
# global
|
||||
# \end_layout
|
||||
#
|
||||
#
|
||||
# \end_inset
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
# \begin_inset FormulaMacro
|
||||
# \renewcommand{\foo}{123}
|
||||
# \end_inset
|
||||
@ -2135,7 +2135,7 @@ def convert_subfig(document):
|
||||
l = find_token(document.body, '\tsubcaptionText', i, endInset)
|
||||
if l == -1:
|
||||
caption = ""
|
||||
else:
|
||||
else:
|
||||
caption = document.body[l][16:].strip('"')
|
||||
del document.body[l]
|
||||
addedLines -= 1
|
||||
|
Loading…
Reference in New Issue
Block a user