>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Am Mittwoch, 30. November 2005 13:49 schrieb Georg Baum: >> So this means the patch works. What needs to be done before it can >> be applied? Maybe change InsetTabular::setFont to a virtual >> function for Georg> all >> insets that does nothing in other insets? Georg> Ping! (updated patch attached) I do not like the patch much. What is the new semantics of setCharFont? Why is the cur parameter needed? I do not see why special insettabular code could be needed, whereas you could just iterate on the cells of each inset containing text. JMarc PS: cell(i)->getText(0) is actually getText(i)