To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60305
------- Additional comments from [EMAIL PROTECTED] Wed Sep 17 16:28:04 +0000
2008 -------
@rail:
If you are capable of debugging on Vista, can you check the value of the
_pFilter there? My guess is that value is NULL. That's the only possible
explanation for a crash in that code block.
So, as a temporary solution, change the if statement there from
if (_pFilter->GetFilterName().EqualsAscii("MS Excel 97"))
to
if (_pFilter && _pFilter->GetFilterName().EqualsAscii("MS Excel 97"))
and see if the crash goes away. Let me know what happens.
Thanks!
---------------------------------------------------------------------
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]