To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62379
------- Additional comments from [EMAIL PROTECTED] Tue Feb 21 06:18:04 -0800
2006 -------
File f = new File("d:/rk/a.odp");
String myUrl = "file:///"+f.getAbsolutePath();
will return something like "file:///d:\rk\a.odp" ... this isn't a file url and
so already the load should fail.
You should try
String myUrl = "file:///d:/rk/a.odp";
and
String myUrl_1 = "file:///d:/rk/a1.odp";
works like a charm for me then.
---------------------------------------------------------------------
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]