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





------- Additional comments from [EMAIL PROTECTED] Mon Mar 20 05:40:47 -0800 
2006 -------
in m160 we currently have:

try {
      absPath = "file://" + sSource.replace('\\','/');
} catch (Exception e)


caolans patch introduce a getAbs function call:

absPath = "file://" + aFile.getAbsolutePath().replace('\\', '/');

Can some test his please ?

---------------------------------------------------------------------
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