X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfont.C;h=2ffce829c8ea4c1039ad2fec9badbef58beb7f56;hb=10ba1b8918e7da14334bb5573ce2a707671c8b51;hp=8ddc66ad54080466f2492fc8822ff531945c3619;hpb=5c3d9a254640468e40b2d30467a26222c91d856d;p=lyx.git diff --git a/src/lyxfont.C b/src/lyxfont.C index 8ddc66ad54..2ffce829c8 100644 --- a/src/lyxfont.C +++ b/src/lyxfont.C @@ -25,7 +25,8 @@ #include "lyxrc.h" #include "support/lstrings.h" -#include "support/std_sstream.h" + +#include using lyx::support::ascii_lowercase; using lyx::support::bformat; @@ -699,33 +700,33 @@ void LyXFont::lyxWriteChanges(LyXFont const & orgfont, { os << "\n"; if (orgfont.family() != family()) { - os << "\\family " << LyXFamilyNames[family()] << " \n"; + os << "\\family " << LyXFamilyNames[family()] << "\n"; } if (orgfont.series() != series()) { - os << "\\series " << LyXSeriesNames[series()] << " \n"; + os << "\\series " << LyXSeriesNames[series()] << "\n"; } if (orgfont.shape() != shape()) { - os << "\\shape " << LyXShapeNames[shape()] << " \n"; + os << "\\shape " << LyXShapeNames[shape()] << "\n"; } if (orgfont.size() != size()) { - os << "\\size " << LyXSizeNames[size()] << " \n"; + os << "\\size " << LyXSizeNames[size()] << "\n"; } if (orgfont.emph() != emph()) { - os << "\\emph " << LyXMiscNames[emph()] << " \n"; + os << "\\emph " << LyXMiscNames[emph()] << "\n"; } if (orgfont.number() != number()) { - os << "\\numeric " << LyXMiscNames[number()] << " \n"; + os << "\\numeric " << LyXMiscNames[number()] << "\n"; } if (orgfont.underbar() != underbar()) { // This is only for backwards compatibility switch (underbar()) { - case OFF: os << "\\bar no \n"; break; - case ON: os << "\\bar under \n"; break; + case OFF: os << "\\bar no\n"; break; + case ON: os << "\\bar under\n"; break; case TOGGLE: lyxerr << "LyXFont::lyxWriteFontChanges: " "TOGGLE should not appear here!" << endl; break; - case INHERIT: os << "\\bar default \n"; break; + case INHERIT: os << "\\bar default\n"; break; case IGNORE: lyxerr << "LyXFont::lyxWriteFontChanges: " "IGNORE should not appear here!" << endl; @@ -733,7 +734,7 @@ void LyXFont::lyxWriteChanges(LyXFont const & orgfont, } } if (orgfont.noun() != noun()) { - os << "\\noun " << LyXMiscNames[noun()] << " \n"; + os << "\\noun " << LyXMiscNames[noun()] << "\n"; } if (orgfont.color() != color()) { // To make us file compatible with older