Jose' Matos wrote: > On Saturday 27 November 2004 18:46, Juergen Spitzmueller wrote: >> Furthermore, there is some compatibility code in tabular.C (1294ff). >> Georg/José, shouldn't this be handled by lyx2lyx? > > As Georg and André stated before this is old code that is not used > anymore. lyx2lyx always return version 3 of the tabular file format. > > And this code should be in lyx2lyx or else you would noticed since that > condition always evaluates false. :-)
I looked it up, it is in update_tabular in lyx_1_2.py. At least the version is changed there. The equivalent to setHeaderFooterRows() of tabular.C is missing. Why? Or did I overlook something? Georg