mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Revert apparent accident introduced in fed71fa8c2
This commit is contained in:
parent
ea122aa8fa
commit
469bc1bbe4
@ -628,7 +628,7 @@ void InsetCitation::latex(otexstream & os, OutputParams const & runparams) const
|
|||||||
// check if we have to do a qualified list
|
// check if we have to do a qualified list
|
||||||
vector<docstring> keys = getVectorFromString(cleanupWhitespace(key));
|
vector<docstring> keys = getVectorFromString(cleanupWhitespace(key));
|
||||||
bool const qualified = cs.hasQualifiedList
|
bool const qualified = cs.hasQualifiedList
|
||||||
&& (!getParam("F").empty()
|
&& (!getParam("pretextlist").empty()
|
||||||
|| !getParam("posttextlist").empty());
|
|| !getParam("posttextlist").empty());
|
||||||
|
|
||||||
if (runparams.inulemcmd > 0)
|
if (runparams.inulemcmd > 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user