https://bugs.documentfoundation.org/show_bug.cgi?id=153430
Bug ID: 153430
Summary: loadComponentfromUrl shows "lock" error message if url
contains a backslash
Product: LibreOffice
Version: 7.5.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
error message is a bit unfortune:
Sub Test
Dim oDesktop
Dim oDoc
Dim mProps()
Dim Url
oDesktop = createUnoService("com.sun.star.frame.Desktop")
Url = "file:///D:/Test\Test.xlsx"
' ok
' Url = "file:///D:/Test/Test.xlsx"
oDoc = oDesktop.loadComponentFromURL(Url, "_blank", 0, mProps)
End Sub
--
You are receiving this mail because:
You are the assignee for the bug.