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





------- Additional comments from [EMAIL PROTECTED] Mon May 28 09:19:24 +0000 
2007 -------
Hi , All 
   while I track this issue , I watche the follwoing program calling procedure: 
   when the function named SfxViewFrame::ExecReload_Impl( SfxRequest& rReq )
execute the "return " clause . the follwoing funtion were be called: 
   1 :SfxObjectShell::Broadcast(...)[in this funtion , the "aListners" array
variable include a element which type is SfxTopViewFrame ] then the 2th step
funtion is called .
   2 :SfxTopViewFrame::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) is
called .  then the 3th step funtion is called
   3 :SfxFrame::DoClose()  then the 4th step funtion is called
   4 : SfxFrame::DoClose_Impl()
 and so on , 

  finally , the function SfxTopViewFrame::~SfxTopViewFrame() is called .
while the above steps were executed , the new envelop window is closed .

when the funtion SfxViewFrame::ExecReload_Impl was executed . if the program
continue to execute , the program crash . in other words , the program crash is
not caused by the above steps .  

now I have one problem need to be comfirmed
 1 : I think it's incorrect that the new envelop window is closed after execute
the "Reload" operation . is that right ?
  

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