]> git.lyx.org Git - features.git/commitdiff
missing bit of InsetLatexAccent patch
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 12 Feb 2007 08:01:21 +0000 (08:01 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 12 Feb 2007 08:01:21 +0000 (08:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17150 a592a061-630c-0410-9148-cb99ea01b6c8

src/paragraph.C

index 0cdc33150a6ccfb0617fedace1ff688e68da063b..73cde0d1fe63fd76160e434b51402b846d3d074e 100644 (file)
@@ -1098,17 +1098,6 @@ bool Paragraph::simpleTeXOnePar(Buffer const & buf,
                        }
                }
 
-               // Do we need to change font?
-               if ((font != running_font ||
-                    font.language() != running_font.language()) &&
-                       i != body_pos - 1)
-               {
-                       column += font.latexWriteStartChanges(
-                                       os, basefont, last_font, bparams);
-                       running_font = font;
-                       open_font = true;
-               }
-
                OutputParams rp = runparams;
                rp.free_spacing = style->free_spacing;
                rp.local_font = &font;