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

          Priority: medium
            Bug ID: 62862
          Assignee: [email protected]
           Summary: LO Crash after "end sub" on macros
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: [email protected]
          Hardware: x86 (IA32)
            Status: UNCONFIRMED
           Version: 4.0.2.2 rc
         Component: Libreoffice
           Product: LibreOffice

Created attachment 77150
  --> https://bugs.freedesktop.org/attachment.cgi?id=77150&action=edit
macros

The macro runs without error in the built-in editor.

But when the real work, the transition to "end sub" LO crash.

    oDoc.close(True)
        str_org = "test"
        MsgBox (str_org, 0, "")        
        Url = "//192.168.1.2/Documents/1.odt"
        Url = convertToURL(Url)
        Doc0 = StarDesktop.loadComponentFromURL(Url, "_blank", 0, array())

    End If
    str_123 = "test"
    MsgBox (str_123, 0, "")
end sub

but if you remove oDoc.close(True), it works well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to