mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Forgot this. Now the insets at least show up again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32090 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
502dc7ca52
commit
d305930f47
@ -2292,8 +2292,7 @@ pos_type Paragraph::firstWordLyXHTML(XHTMLStream & xs, OutputParams const & runp
|
||||
pos_type i;
|
||||
for (i = 0; i < size(); ++i) {
|
||||
if (Inset const * inset = getInset(i)) {
|
||||
// FIXME XHTMLStream
|
||||
// inset->xhtml(xs, runparams);
|
||||
inset->xhtml(xs, runparams);
|
||||
} else {
|
||||
char_type c = d->text_[i];
|
||||
if (c == ' ')
|
||||
@ -2426,8 +2425,7 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
|
||||
OutputParams np = runparams;
|
||||
if (!il.htmlisblock())
|
||||
np.html_in_par = true;
|
||||
// FIXME XHTMLStream
|
||||
// retval += inset->xhtml(xs, np);
|
||||
retval += inset->xhtml(xs, np);
|
||||
} else {
|
||||
char_type c = d->text_[i];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user