[Libreoffice-bugs] [Bug 30879] Libreoffice StarDesktop.terminate() macro behaviour

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 14 21:44:16 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=30879

--- Comment #1 from sergio.callegari at gmail.com 2010-10-14 12:44:15 PDT ---
StarDesktop.Terminate() indeed appears to be broken in libreoffice.

If you have a code snippet like the following

Sub Shutdown()
  msgbox("ONE")
  StarDesktop.Terminate()
  msgbox("TWO")
End Sub

libreoffice on invocation displays both the box "ONE" and then the box "TWO",
then hangs with no window.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list