mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
parent
88c1aaf444
commit
52fffee7f2
@ -1594,9 +1594,8 @@ void MenuDefinition::expandCiteStyles(BufferView const * bv)
|
||||
return;
|
||||
}
|
||||
|
||||
size_t const n = cmd.size();
|
||||
bool const force = isUpperCase(cmd[0]);
|
||||
bool const star = cmd[n] == '*';
|
||||
bool const star = suffixIs(cmd, '*');
|
||||
|
||||
vector<docstring> const keys = getVectorFromString(key);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user