To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39589





------- Additional comments from [EMAIL PROTECTED] Wed Feb 16 06:02:27 -0800 
2005 -------
The latest patch attached to this issue is the code changes necessary to fix
this problem. This patch was created against OOom73. There is one very minor
change to the attached patch to what was checked into the CVS tree. This is at
line 393 of xecontent.cxx :
ULONG nRangeCount = 
::std::min<ULONG>(nRemainingRanges, EXC_MERGEDCELLS_MAXCOUNT);
instead of the patch content of:
ULONG nRangeCount = 
::std::min(nRemainingRanges, static_cast<ULONG>(EXC_MERGEDCELLS_MAXCOUNT));    
            

This patch changed the following 5 files to cvs revision levels:
xecontent.cxx  1.13
xltools.cxx    1.20
xecontent.hxx  1.10
xlcontent.hxx  1.7
xltools.hxx    1.20



---------------------------------------------------------------------
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]

Reply via email to