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


User cl changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|cl                        |mba
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Oct 12 03:25:59 -0700 
2005 -------
@cl->mba: in SfxApplication::LoadTemplate() there is the code

const SfxPoolItem *pRet = GetDispatcher_Impl()->Execute( SID_OPENDOC,
SFX_CALLMODE_SYNCHRON, &aName, &aHidden, &aReferer, &aFlags, 0L );
const SfxObjectItem *pObj = PTR_CAST( SfxObjectItem, pRet );
xDoc = PTR_CAST( SfxObjectShell, pObj->GetShell() );

we crash because pObj is NULL and therefore pObj->GetShell() crashes. In a
nonpro, this sometimes just throws an exception that is catched later and the
wizard is still active but more zombie like


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