* CutAndPaste.cpp: fix bug 5070.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25755 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-07-21 08:11:10 +00:00
parent 21d44e7f14
commit 05dd160c87

View File

@ -124,6 +124,7 @@ pasteSelectionHelper(Cursor & cur, ParagraphList const & parlist,
breakParagraphConservative(
buffer.params(),
insertion, i, j);
break;
}
}
}