From: Juergen Spitzmueller Date: Fri, 8 Jun 2012 18:31:20 +0000 (+0200) Subject: Whitespace X-Git-Tag: 2.1.0beta1~1775 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f84c8c56f53f82146787e5e49936007134c42982;p=lyx.git Whitespace --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 618b7d18a1..437a64a7db 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1478,7 +1478,7 @@ void Buffer::writeLaTeXSource(otexstream & os, bool const output_preamble = output == FullSource || output == OnlyPreamble; bool const output_body = - output == FullSource || output == OnlyBody; + output == FullSource || output == OnlyBody; // The starting paragraph of the coming rows is the // first paragraph of the document. (Asger) @@ -3362,7 +3362,7 @@ void Buffer::getSourceCode(odocstream & os, string const format, else if (output == OnlyBody) text().write(ods); os << from_utf8(ods.str()); - } else if (runparams.flavor == OutputParams::HTML) { + } else if (runparams.flavor == OutputParams::HTML) { writeLyXHTMLSource(os, runparams, output); } else if (runparams.flavor == OutputParams::TEXT) { if (output == OnlyPreamble) {