https://bz.apache.org/ooo/show_bug.cgi?id=126635
--- Comment #3 from orcmid <[email protected]> --- (In reply to orcmid from comment #2) > Which is to say, the line pColl -> ... is never executed. > > It appears that is the actual bug. If a defense against a NULL pColl > parameter is needed, it should be at the beginning and all of the wasted > work in this procedure avoided. > > We should then figure out if the line that is never executed needs to be > executed and determine how many issues about OpenOffice behavior are all > attributable to that line not being executed :). > > We can also take steps to ensure that the function is truly local to the > SwDoc::GetTextCollFromPool method. Since the line in question is never executed, one problem is this: If we now have it work, what impact will that have elsewhere where having it now work may be surprising? Figuring out how to test this will be an interesting challenge. -- You are receiving this mail because: You are the assignee for the issue.
