To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73238
User os changed the following:
What |Old value |New value
================================================================================
Assigned to|os |kso
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jan 10 04:06:32 -0800
2007 -------
Introduced with cws asyncdialogs the following code deletes the dialog (this)
and after that access the (just deleted) mpDialogImpl (in
vcl/source/window/dialog.cxx)
if ( mpDialogImpl->mbStartedModal )
{
ImplEndExecuteModal();
mpDialogImpl->maEndDialogHdl.Call( this );
mpDialogImpl->maEndDialogHdl = Link();
mpDialogImpl->mbStartedModal = false;
mpDialogImpl->mnResult = -1;
}
Reassigned to kso who created the code
---------------------------------------------------------------------
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]