mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Cosmetics.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20983 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
07ac8a473b
commit
83a1f1189f
@ -1694,8 +1694,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
|
||||
BOOST_ASSERT(lyx_view_);
|
||||
string action;
|
||||
string const name = split(argument, action, ' ');
|
||||
InsetCode const inset_code =
|
||||
insetCode(name);
|
||||
InsetCode const inset_code = insetCode(name);
|
||||
|
||||
Cursor & cur = view()->cursor();
|
||||
FuncRequest fr(LFUN_INSET_TOGGLE, action);
|
||||
|
Loading…
Reference in New Issue
Block a user