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





------- Additional comments from [EMAIL PROTECTED] Tue Oct  4 05:50:22 -0700 
2005 -------
The issue is not as severe as at the beginning, but the behavior is still odd.

Saving with a non-normalized URL the graphic reference becomes absolute in the
OpenDocument format, using an absolute URL results in an relative graphic
reference. This seems to be inconsistent. 

Added a Basic Test Macro document as an zip.
In detail:

Using storeAsURL with unnormalized URL:
ThisComponent.storetourl("file:///x:/sus/i20964/old/../test1/normalizeURL-i20964.odt",
dimarray())
results in XML to an absolute link:     
xlink:href="/X:/sus/i20964/old/image/oo_smiley.gif" 

Using storeAsURL with absolute URL 
ThisComponent.storetourl("file:///x:/sus/i20964/test2/normalizeURL-i20964.odt", 
dimarray())

results in relative URL:
xlink:href="../old/image/oo_smiley.gif"

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