mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
Revert unintended commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29961 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
37a9bbebff
commit
47b796d41f
@ -28,7 +28,6 @@
|
|||||||
#include "LaTeXFeatures.h"
|
#include "LaTeXFeatures.h"
|
||||||
#include "Lexer.h"
|
#include "Lexer.h"
|
||||||
#include "MetricsInfo.h"
|
#include "MetricsInfo.h"
|
||||||
#include "output_xhtml.h"
|
|
||||||
#include "paragraph_funcs.h"
|
#include "paragraph_funcs.h"
|
||||||
#include "ParagraphParameters.h"
|
#include "ParagraphParameters.h"
|
||||||
#include "sgml.h"
|
#include "sgml.h"
|
||||||
@ -872,19 +871,6 @@ int InsetCollapsable::docbook(odocstream & os, OutputParams const & runparams) c
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int InsetCollapsable::xhtml(odocstream & os, OutputParams const & runparams) const
|
|
||||||
{
|
|
||||||
InsetLayout const & il = getLayout();
|
|
||||||
bool opened = false;
|
|
||||||
if (!undefined())
|
|
||||||
opened = html::openTag(os, il.htmltag(), il.htmlattr());
|
|
||||||
InsetText::xhtml(os, runparams);
|
|
||||||
if (opened && !undefined())
|
|
||||||
html::closeTag(os, il.htmltag());
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void InsetCollapsable::validate(LaTeXFeatures & features) const
|
void InsetCollapsable::validate(LaTeXFeatures & features) const
|
||||||
{
|
{
|
||||||
features.useInsetLayout(getLayout());
|
features.useInsetLayout(getLayout());
|
||||||
|
@ -144,8 +144,6 @@ public:
|
|||||||
///
|
///
|
||||||
int docbook(odocstream &, OutputParams const &) const;
|
int docbook(odocstream &, OutputParams const &) const;
|
||||||
///
|
///
|
||||||
int xhtml(odocstream &, OutputParams const &) const;
|
|
||||||
///
|
|
||||||
void validate(LaTeXFeatures &) const;
|
void validate(LaTeXFeatures &) const;
|
||||||
///
|
///
|
||||||
InsetCode lyxCode() const { return COLLAPSABLE_CODE; }
|
InsetCode lyxCode() const { return COLLAPSABLE_CODE; }
|
||||||
|
Loading…
Reference in New Issue
Block a user