Minor XHTML fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32378 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-06 22:53:47 +00:00
parent 6fa6bcf1a9
commit 025138f30c
2 changed files with 4 additions and 1 deletions

View File

@ -1417,6 +1417,9 @@ void Buffer::writeLyXHTMLSource(odocstream & os,
{
LaTeXFeatures features(*this, params(), runparams);
validate(features);
// We are going to use some of this stuff ourselves,
// so make sure it is up to date.
updateLabels();
d->texrow.reset();

View File

@ -572,7 +572,7 @@ private:
class Impl;
/// The pointer never changes although *pimpl_'s contents may.
Impl * const d;
///
frontend::GuiBufferDelegate * gui_;
/// This function is called when the buffer structure is changed.