mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
6fa6bcf1a9
commit
025138f30c
@ -1417,6 +1417,9 @@ void Buffer::writeLyXHTMLSource(odocstream & os,
|
|||||||
{
|
{
|
||||||
LaTeXFeatures features(*this, params(), runparams);
|
LaTeXFeatures features(*this, params(), runparams);
|
||||||
validate(features);
|
validate(features);
|
||||||
|
// We are going to use some of this stuff ourselves,
|
||||||
|
// so make sure it is up to date.
|
||||||
|
updateLabels();
|
||||||
|
|
||||||
d->texrow.reset();
|
d->texrow.reset();
|
||||||
|
|
||||||
|
@ -572,7 +572,7 @@ private:
|
|||||||
class Impl;
|
class Impl;
|
||||||
/// The pointer never changes although *pimpl_'s contents may.
|
/// The pointer never changes although *pimpl_'s contents may.
|
||||||
Impl * const d;
|
Impl * const d;
|
||||||
|
///
|
||||||
frontend::GuiBufferDelegate * gui_;
|
frontend::GuiBufferDelegate * gui_;
|
||||||
|
|
||||||
/// This function is called when the buffer structure is changed.
|
/// This function is called when the buffer structure is changed.
|
||||||
|
Loading…
Reference in New Issue
Block a user