https://issues.apache.org/ooo/show_bug.cgi?id=121202
--- Comment #8 from Ariel Constenla-Haile <[email protected]> --- (In reply to comment #6) > Created attachment 80187 [details] > 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 Works after updating serf to 1.2.0 -- You are receiving this mail because: You are the assignee for the bug.
