To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107263


User ab changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Mon Nov 30 13:14:46 +0000 
2009 -------
Fixed in basic/source/classes/sbunoobj.cxx

Extended test macro using all three ctors:

Sub Main
    UriService = com.sun.star.rdf.URI
    
    oSubject = UriService.create("http://hallo/hallo";)
    print oSubject.StringValue
    
    oSubjectNS = UriService.createNS("ftp:","//foo/bar")
    print oSubjectNS.StringValue
    
    oSubjectKnown = UriService.createKnown(com.sun.star.rdf.URIs.XSD_DECIMAL)
    print oSubjectKnown.StringValue
End Sub


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to