X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_latex.cpp;h=8933d78f91747aa50c7e8378ff50593461f2c649;hb=26f336769af8dd5c48c2c0241cd3fbfc50a3c65e;hp=6f9a040f254c3823e7f7381ad84c116cecce0aef;hpb=150b11e953c4fd6cfc8beca1d2af124db8cf734e;p=features.git diff --git a/src/output_latex.cpp b/src/output_latex.cpp index 6f9a040f25..8933d78f91 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -207,8 +207,9 @@ TeXEnvironment(Buffer const & buf, texrow.newline(); } - if (par != paragraphs.end()) + if (par != paragraphs.end()) { LYXERR(Debug::LATEX) << "TeXEnvironment...done " << &*par << endl; + } return par; } @@ -585,8 +586,9 @@ TeXOnePar(Buffer const & buf, texrow.newline(); } - if (boost::next(pit) != paragraphs.end()) + if (boost::next(pit) != paragraphs.end()) { LYXERR(Debug::LATEX) << "TeXOnePar...done " << &*boost::next(pit) << endl; + } return ++pit; }