mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Shut up compiler warning
This commit is contained in:
parent
08f5fb1b2d
commit
f476d9c85a
@ -982,8 +982,8 @@ void TeXOnePar(Buffer const & buf,
|
||||
switch (style.latextype) {
|
||||
case LATEX_ITEM_ENVIRONMENT:
|
||||
case LATEX_LIST_ENVIRONMENT:
|
||||
if (nextpar && par_lang != nextpar_lang
|
||||
&& nextpar->getDepth() == par.getDepth()
|
||||
if ((nextpar && par_lang != nextpar_lang
|
||||
&& nextpar->getDepth() == par.getDepth())
|
||||
|| (atSameLastLangSwitchDepth(state) && nextpar
|
||||
&& nextpar->getDepth() < par.getDepth()))
|
||||
close_lang_switch = use_polyglossia;
|
||||
|
Loading…
Reference in New Issue
Block a user