To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76242
------- Additional comments from [EMAIL PROTECTED] Thu Apr 19 02:33:20 +0000 2007 ------- When do "optimize"--"Distribute columns enevly" in nested tables, the cause of crash is aWish[i] in SwDoc::AdjustCellWidth in file sw\source\core\docnode\ndtbl1.cxx. In the case of nested tables, the value of "nCnt" is 0. So when do "nWish /= nCnt", writer crash. For the sentence int nDiff = aWish[i] in case of nested tables, nDiff is always 0. So, I think the reason is the value of aWish[i]. I want to know its value is from where? And the meaning of aWish[i] is what? anybody can give me some introduction? --------------------------------------------------------------------- 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]
