Issue 58216 - Starbasic: Macro execution upon OO2 shutdown fails
Summary: Starbasic: Macro execution upon OO2 shutdown fails
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P3 Trivial
Target Milestone: ---
Assignee: Mathias_Bauer
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-21 07:20 UTC by renjikage
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description renjikage 2005-11-21 07:20:20 UTC
I have assigned a OpenOffice Basic sub to the OpenOffice.org suite shutdown
event. This sub calls a UNO component written in Java that does some final
logging tasks. However, it doesn't seem to be executed. Even a simpler macro
(see below) does not seem to be executed.

To reproduce the issue, take this sub:

Sub Shutdown
    Msgbox "Shutdown!"
End Sub

Assign it to the OpenOffice.org global shutdown event. If you shut OpenOffice
down, no messagebox appears. If you do the same with the global startup event,
it is working.

I am sorry if I haven't translated all terms correctly, but I use the German
version only.
Comment 1 stephan.wunderlich 2005-11-21 11:04:03 UTC
sw->mba -> please have a look
Comment 2 Mathias_Bauer 2005-11-21 15:20:19 UTC
This should be fixed in build m139.
Comment 3 Mathias_Bauer 2005-11-21 15:20:40 UTC
closing