GNOME Bugzilla – Bug 490623
work around for flat_review __cmp__ issue for OpenOffice
Last modified: 2007-10-26 18:47:42 UTC
Flat review was failing in OpenOffice writer due to a bad hierarchy where root[i].parent != root. Instead of skipping pursueForFlatReview(), pursueForFlatReview() was attempted with a warning issue for this case. Committed to trunk.
Created attachment 97939 [details] [review] patch for work around for flat_review __cmp__ issue for OpenOffice patch which was committed to trunk.