From: José Matox Date: Mon, 27 Oct 2008 16:51:51 +0000 (+0000) Subject: Remove unneeded whitespaces (to help with another patch) X-Git-Tag: 1.6.10~2813 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c014f26820c1553c2d29975beced7681e65a211a;p=features.git 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 --- diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index d0ea2659bf..d79f71ee43 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -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