mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
* src/CutAndPaste.C (pasteSelectionHelper):
remove accidentally committed, obsolete FIXME comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15084 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
345e85dd06
commit
20e3105ec5
@ -154,8 +154,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…
x
Reference in New Issue
Block a user