On Thu, Jan 24, 2002 at 07:11:56AM +0200, Martin Vermeer wrote: > > Here is the patch. > > It doesn't rely on default values except for one case: > > we assume that the default value for cell.rotate is false > > (and don't tell me that in the future lyx will make all cell rotated by > > default). > > Looking at this patch I get the impression that still the borders of > cells are always written explicitly. I think here is another "obvious > default" not likely to change before hell freezes over: a cell inherits > the top and bottom lines from its row, and left and right lines from its > column, unless overridden by a cell attribute. > Would this be hard to implement?
But it only happens for multicolumn cells, which are relatively rare. I first want to apply my patch which is rather simple. Any objections ?