mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 15:46:16 +00:00
fix #4667
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24204 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9ad1a3af4f
commit
ca0711969b
@ -194,6 +194,8 @@ bool InsetCommand::string2params(string const & name, string const & in,
|
||||
InsetCommandParams & params)
|
||||
{
|
||||
params.clear();
|
||||
if (in.empty())
|
||||
return false;
|
||||
istringstream data(in);
|
||||
Lexer lex;
|
||||
lex.setStream(data);
|
||||
|
Loading…
Reference in New Issue
Block a user