To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93953
User iha changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
Target milestone|OOo 3.x |OOo 3.2
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Mar 6 15:13:49 +0000
2009 -------
@weiz, thanks for the second patch. It looks much better than the first one. All
the scenarios from the example document do work. But it still needs some
improvements.
if( !nNumberFormatKey ) has not the meaning of 'no numberformat was set or
found'. Instead nNumberFormatKey==0 is also a valid numberformat. It is the
standard number format.
if( !( xProp->getPropertyValue( C2U( "NumberFormat" ) ) >>= nNumberFormatKey ) )
instead has the meaning of 'no numberformat was set'. In addition the recursive
call currently looks too risky to me. To more explicitly avoid an endless loop I
created a second function which carries a parameter
'bSearchForParallelAxisIfNothingIsFound' to stop the recursion.
I commited the corrected fix to CWS chart37. Have a nice weekend!
---------------------------------------------------------------------
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]