]> git.lyx.org Git - features.git/commitdiff
* CutAndPaste.cpp: fix bug 5070.
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 21 Jul 2008 08:11:10 +0000 (08:11 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 21 Jul 2008 08:11:10 +0000 (08:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25755 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.cpp

index 481f379056f599886eaf97af64d4449692a8a206..64718ae12638fbe63b1eafd658694eb81e36c344 100644 (file)
@@ -124,6 +124,7 @@ pasteSelectionHelper(Cursor & cur, ParagraphList const & parlist,
                                        breakParagraphConservative(
                                                        buffer.params(),
                                                        insertion, i, j);
+                                       break;
                                }
                        }
                }