Don't show deleted stuff in output.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33124 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-20 22:42:27 +00:00
parent c7c49c46ee
commit 4390d8e3ef

View File

@ -2422,6 +2422,10 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
// parsing main loop
for (pos_type i = initial; i < size(); ++i) {
// let's not show deleted material in the output
if (isDeleted(i))
continue;
Font font = getFont(buf.params(), i, outerfont);
// emphasis