You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/01/31 23:47:40 UTC

[Bug 121202] webdav ucp seems broken

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

--- Comment #6 from Ariel Constenla-Haile <ar...@apache.org> ---
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.