Andreas Schlüns wrote:
[...]
b)

Construction of URL's isnt realy platform independend here. You should the JAVA classes File/URL/URI to create real URL's. But be aware of a bug inside these JAVA classes. They construct file URL's like "file:/test/file.txt", which does not represent valid file URLs. You have to establish a workaround for that and convert "file:/" hardly to "file:///".

com.sun.star.uri.ExternalUriReferenceTranslator is the UNO service to use

-Stephan

[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to