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

            Bug ID: 151375
           Summary: Crash when running insertDocumentFromURL with certain
                    document
           Product: LibreOffice
           Version: 7.5.0.0 alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: [email protected]
          Reporter: [email protected]

Run this macro (document is attached).

Sub insertDoc
        Dim oUrl as String
        Dim oPropertyValue(0) as New com.sun.star.beans.PropertyValue
        oUrl = "file:///path/to/kurzmitteilung.ott"
        ThisComponent.Text.createTextCursor().insertDocumentFromURL(oURL,
oPropertyValue())
End Sub

-> LO crashes

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to