Cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20983 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-10-16 08:09:15 +00:00
parent 07ac8a473b
commit 83a1f1189f

View File

@ -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);