https://bugs.documentfoundation.org/show_bug.cgi?id=114427

Cor Nouws <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Cor Nouws <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to