To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44684
User dvo changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Apr 29 07:33:32 -0700
2005 -------
dvo: The problem occurs when loading the column specification of the page style.
The API implementation takes the (relative!) column widths, and attempts to
detect errors by comparing them to the width of the page. That doesn't make any
sense since the column widths are relative, but usually works because the page
width is usually a large number, while the column weights aren't. Except that
this particular document has rather large column spacing, so the sum of the
relative widths + spacing exceeds the page width, and hence the error handling
triggers. :-/
Fixed by removing the non-sensical check.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]