Le 4 juin 09 à 16:22, [email protected] a écrit :
+int InsetBox::lyxhtml(odocstream & os, OutputParams const &
runparams) const
+{
+ // FIXME We also want to do something with the length info, etc,
+ // presumably as "style='...'".
+ os << from_ascii("<span class='" + params_.type + "'>\n");
+ InsetText::lyxhtml(os, runparams);
+ os << "</span>\n";
+}
Why the name lyxhtml and not just html() ? JMarc
