mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
* src/CutAndPaste.C (pasteSelectionHelper):
remove accidentally committed, obsolete FIXME comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15085 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e06cb910aa
commit
e81cc81232
@ -161,8 +161,6 @@ pasteSelectionHelper(LCursor & cur, ParagraphList const & parlist,
|
||||
|
||||
// If we are in an inset which returns forceDefaultParagraphs,
|
||||
// set the paragraphs to default
|
||||
// FIXME: pars[pit].forceDefaultParagraphs() should be enough,
|
||||
// but returns the wrong values for tabular cells!
|
||||
if (cur.inset().forceDefaultParagraphs(cur.idx())) {
|
||||
LyXLayout_ptr const layout =
|
||||
buffer.params().getLyXTextClass().defaultLayout();
|
||||
|
Loading…
Reference in New Issue
Block a user