To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103317
------- Additional comments from [email protected] Wed Jul 8 15:30:22 +0000 2009 ------- Ok. Here is how I'm going to fix this. First, we can't update the absolute path name from the relative name upon file load, since that old path name is used in all of the formula cells that reference the document, as well as in the name of the external doc cache. We need to keep the old path name and use it as a "key" to look up the ID for that document. What we need to do is to store another path, let's call it a "real file path name", and store with it the real absolute path re-created from the relative path when the file path name is requested from the ID. This seems to do the trick. Also, when updating the external document, we should always use the real path to locate the document. And use the old path only when the relative path is absent. --------------------------------------------------------------------- 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]
