https://issues.apache.org/ooo/show_bug.cgi?id=121202
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #7 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 It isn't NULL with OOo 3.4.0 BETA OOO340m0 Build 9583 The regression is likely introduced with the introduction of APR in replacement of license-incompatible components -- You are receiving this mail because: You are the assignee for the bug.
