To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65286
------- Additional comments from [EMAIL PROTECTED] Thu May 11 18:20:21 -0700
2006 -------
I think maybe this is better:
if ( FUNIT_POINT == eUnit )
{
if ( rField.GetDecimalDigits() > 1 )
rField.SetDecimalDigits( 1 );
}
else
rField.SetDecimalDigits( 2 );
and line 176 is same problem.
---------------------------------------------------------------------
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]