X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FContext.cpp;h=6de70f9c1f3b5d2c81c51ac0b4995d5fe88eace8;hb=b119f849d78127e0c1cab5075055091748f2d282;hp=0eb1fa137d93c6da5463c8fb572e9e872e50e7c9;hpb=f775add258e8c20de7216694d16c36a701afdec5;p=lyx.git diff --git a/src/tex2lyx/Context.cpp b/src/tex2lyx/Context.cpp index 0eb1fa137d..6de70f9c1f 100644 --- a/src/tex2lyx/Context.cpp +++ b/src/tex2lyx/Context.cpp @@ -115,7 +115,7 @@ void Context::begin_layout(ostream & os, Layout const * const & l) // \\Huge par1 \\par par2 // FIXME: If the document language is not english this outputs a // superflous language change. Fortunately this is only file format - // bloat an does not change the TeX export of LyX. + // bloat and does not change the TeX export of LyX. output_font_change(os, normalfont, font); } @@ -153,7 +153,6 @@ void Context::check_layout(ostream & os) } need_layout = false; need_end_layout = true; - os << "\n"; empty = false; } }