Didn't mean to include this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40241 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-11-22 18:49:16 +00:00
parent d38d332d9f
commit 01dc4e4b83

View File

@ -250,7 +250,6 @@ static bool doInsertInset(Cursor & cur, Text * text,
if (!ds.empty()) {
cur.text()->insertStringAsLines(cur, ds, f);
cur.leaveInset(*inset);
inset->asInsetCollapsable()->setStatus(InsetCollapsable::Collapsed);
}
return true;
}