Re: Remove long table convertion code from C++ source, move it to lyx2lyx.

2004-12-04 Thread Andre Poenitz
On Fri, Dec 03, 2004 at 06:30:15PM +, Jose' Matos wrote: > This code is never called inside lyx since lyx2lyx already changes the table > version format. > > The patch attached does exactly this. Good boy. Andre'

Remove long table convertion code from C++ source, move it to lyx2lyx.

2004-12-03 Thread Jose' Matos
This code is never called inside lyx since lyx2lyx already changes the table version format. The patch attached does exactly this. With this version the table version format is useless, but I don't care about it now. :-) I will commit it now. -- José Abílio Index: src/tabular.C ==