ws changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3918 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-04-06 12:50:33 +00:00
parent 65cbc98efe
commit 1673266117

View File

@ -283,13 +283,13 @@ bool CutAndPaste::pasteSelection(Paragraph ** par, Paragraph ** endpar,
// temporary set *par as previous of tmpbuf as we might have to realize
// the font.
tmpbuf->previous(*par);
// make sure there is no class difference
SwitchLayoutsBetweenClasses(textclass, tc, tmpbuf,
current_view->buffer()->params);
current_view->buffer()->params);
Paragraph::depth_type max_depth = (*par)->getMaxDepthAfter(current_view->buffer());
while(tmpbuf) {
// if we have a negative jump so that the depth would go below
// 0 depth then we have to redo the delta to this new max depth