https://issues.apache.org/ooo/show_bug.cgi?id=121202

--- Comment #6 from Ariel Constenla-Haile <[email protected]> ---
Created attachment 80187
  --> https://issues.apache.org/ooo/attachment.cgi?id=80187&action=edit
Wriiter document with a Basic macro to test

Dim aURL$
aURL =  convertToURL(_
"http://people.apache.org/~arielch/packages/rpm-desktop-integration-fixed.txt";)

Dim oUCB
oUCB = CreateUnoService("com.sun.star.ucb.UniversalContentBroker")

Dim oContentId
oContentId = oUCB.createContentIdentifier(aURL)

Dim oContent
oContent = oUCB.queryContent(oContentId)


oContent is NULL

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

Reply via email to