To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103540
User er changed the following:
What |Old value |New value
================================================================================
Assigned to|spreadsheet |dr
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Jul 17 14:52:27 +0000
2009 -------
@dr:
Crash in sc/source/ui/unoobj/chart2uno.cxx Chart2Positioner::glueState() line
545 with
aCellStates[i] = nOccu;
where aCellStates has 0 elements because earlier
sal_uInt32 nCR = static_cast<sal_uInt32>(nC*nR);
vector<sal_uInt8> aCellStates(nCR);
with
SCROW nR = nEndRow - mnStartRow + 1;
nR==0 because nEndRow==-1 and mnStartRow==0
nEndRow==-1 ?!? How did that get in there?
---------------------------------------------------------------------
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]