mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
fix warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21165 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8d19223eba
commit
5ebafb3ba7
@ -257,9 +257,10 @@ TeXOnePar(Buffer const & buf,
|
||||
Font const outerfont =
|
||||
outerFont(std::distance(paragraphs.begin(), pit),
|
||||
paragraphs);
|
||||
// FIXME UNICODE
|
||||
bool need_par = pit->latex(buf, bparams, outerfont,
|
||||
os, texrow, runparams_in);
|
||||
|
||||
/*bool need_par = */ pit->latex(buf, bparams, outerfont,
|
||||
os, texrow, runparams_in);
|
||||
|
||||
os << '\n';
|
||||
texrow.newline();
|
||||
return ++pit;
|
||||
|
Loading…
Reference in New Issue
Block a user