To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69354
User jl changed the following:
What |Old value |New value
================================================================================
CC|'' |'hro,jsk'
--------------------------------------------------------------------------------
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Sep 7 03:30:18 -0700
2006 -------
The reason is that the behaviour of FileStatus::getFileURL() has changed:
The URL is obtained this way:
rtl::OUString userPath;
osl::FileStatus status( FileStatusMask_FileURL );
osl::DirectoryItem dirItem;
osl::DirectoryItem::get( userPath, dirItem );
dirItem.getFileStatus( status );
OUString url = status.getFileURL();
Input is file:///d:D:/oodm3/program/.. in userPath.
In OOC680m7 (OOo2.3) url was : file:///D:/ooc680m7/program/..
In OOD680m3 the url is : file:///D:/oodm3/
---------------------------------------------------------------------
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]