mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix cut and past error (reported by coverity)
This commit is contained in:
parent
35b832f344
commit
458f39cc43
@ -1128,7 +1128,7 @@ bool TextClass::readCiteEngine(Lexer & lexrc, ReadType rt, bool const add)
|
|||||||
if (numerical)
|
if (numerical)
|
||||||
numerical = getCiteStyles(ENGINE_TYPE_NUMERICAL).empty();
|
numerical = getCiteStyles(ENGINE_TYPE_NUMERICAL).empty();
|
||||||
if (notes)
|
if (notes)
|
||||||
numerical = getCiteStyles(ENGINE_TYPE_NOTES).empty();
|
notes = getCiteStyles(ENGINE_TYPE_NOTES).empty();
|
||||||
if (defce)
|
if (defce)
|
||||||
defce = getCiteStyles(ENGINE_TYPE_DEFAULT).empty();
|
defce = getCiteStyles(ENGINE_TYPE_DEFAULT).empty();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user