Martin Vermeer wrote: > Beautiful piece of work, José. Looks so much cleaner now. > On Thu, 2004-10-28 at 20:10, [EMAIL PROTECTED] wrote:
Actually, José, I think that you can simplify insetcharstyle.C even further: int InsetCharStyle::linuxdoc(Buffer const & buffer, std::ostream & os, OutputParams const & params) const { return docbook(buffer, os, params); } I can't see any difference between the two functions, so why not remove the redundant code? -- Angus