https://issues.apache.org/ooo/show_bug.cgi?id=121201
--- Comment #1 from Ariel Constenla-Haile <arielch@apache.org> ---
Sure related to this, the SimpleFileAccess service says that the extension
doesn't exist:
Sub Main
Dim oSFA
oSFA = CreateUnoService("com.sun.star.ucb.SimpleFileAccess")
Dim bExists as Boolean
bExists =
oSFA.isFolder(ConvertToURL("http://aoo-my-sdbc.apache-extras.org.codespot.com/files/aoo-my-sdbc-1.1.0-linux-x86-64.oxt"))
End Sub
In this case, the ucb command "open" is failing.
--
You are receiving this mail because:
You are the assignee for the bug.
|