change tracking:

src/paragraph_funcs.C: add FIXME (and check later)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15381 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-10-19 18:18:10 +00:00
parent 9acb432b0c
commit 6559e4b4db

View File

@ -123,6 +123,7 @@ void breakParagraph(BufferParams const & bparams,
}
for (pos_type i = pos_end; i >= pos; --i)
// FIXME: change tracking (MG)
par.erase(i, false); // erase without change tracking
}