[Libreoffice-bugs] [Bug 114427] LibreOffice crashes on disposing a frame with a basic macro
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Dec 12 14:27:14 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=114427
Cor Nouws <cno at nouenoff.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cno at nouenoff.nl
--- Comment #1 from Cor Nouws <cno at nouenoff.nl> ---
macro:
Sub TestDeletingFrame3
dim oAFrame
'Globalscope.BasicLibraries.LoadLibrary("XrayTool")
oAFrame = ThisComponent.DrawPages(1).NotesPage.GetByIndex(2)
'xray oAFrame
'oAFrame.release()
oAFrame.String = ""
oAFrame.Dispose 'crashes
End Sub
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171212/4a469396/attachment.html>
More information about the Libreoffice-bugs
mailing list