To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103588
User oj changed the following:
What |Old value |New value
================================================================================
Assigned to|oj |iha
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu Jul 23 06:47:12 +0000
2009 -------
Could you please take a look at this. Thanks.
The crash occurs in SchXMLTableContext around line 1000
for( ++iRow, nRow = 0; iRow != rTable.aData.end(); iRow++, nRow++ )
{
aCategories[ nRow ] = (*iRow)[ 0 ].aString;
sal_Int32 nTableColCount( static_cast< sal_Int32 >((*iRow).size()));
for( nCol = 1; nCol < nTableColCount; nCol++ )
{
fVal = (*iRow)[ nCol ].fValue;
if( bConstConvertNan &&
::rtl::math::isNan( fVal ))
aData[ nRow ][ nCol - 1 ] = fNaN;
else
aData[ nRow ][ nCol - 1 ] = fVal;
}
aData[nRow] has only 3 children but is asked for the 4th
---------------------------------------------------------------------
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]