>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Hmmm. This Martin> 43 InsetCollapsable::InsetCollapsable Martin> 44 (BufferParams const & bp, CollapseStatus status) Martin> 45 : InsetText(bp), label("Label"), status_(status), openinlined_(false) Martin> 46 { Martin> suggests that a new textinset is being created at construction Martin> of the collapsable. I do not think so. It means ``use my InsetText personality to call the constructor''. Lars, Angus anyone, would you care to comment? JMarc