]> git.lyx.org Git - features.git/commitdiff
* src/CutAndPaste.C (pasteSelectionHelper):
authorJürgen Spitzmüller <spitz@lyx.org>
Wed, 20 Sep 2006 06:55:07 +0000 (06:55 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Wed, 20 Sep 2006 06:55:07 +0000 (06:55 +0000)
remove accidentally committed, obsolete FIXME comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15085 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.C

index b98f10b025bd4480c357ee0bd6599938c475be70..27fa600a164677fba89676db70197dd57d05596e 100644 (file)
@@ -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();