Revision 616255

Go back to digest for 31st December 2006

Bug Fixes in Office

David Faure committed changes in /branches/koffice/1.6/koffice/kword/KWFrame.cpp:

Just wanted to send a recipe to someone, converted it to odt, checked how openoffice opened it, found two bugs....

1) frames with AutoExtendFrame need to have a min height superior to 0, otherwise the loading code won't say "min-height>0 -> AutoExtendFrame"
2) the background color of text boxes is saved using draw:fill-color in OOo; this must be new, I remember testing this. It would almost make sense (fo:background-color being then available for the color behind the text), except that for table cells it's fo:background-color.

On top of that, text boxes without draw:fill-color appear as blue in OOo. Bug filed, <a href="http://www.openoffice.org/issues/show_bug.cgi?id=72920">http://www.openoffice.org/issues/show_bug.cgi?id=72920</a>;

File Changes

Modified 1 files
  • /branches/koffice/1.6/koffice/kword/KWFrame.cpp
1 files changed in total