https://bugs.documentfoundation.org/show_bug.cgi?id=121044

Oliver Brinzing <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Oliver Brinzing <[email protected]> ---
Created attachment 146171
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146171&action=edit
test file created with LO 5.4.7.2

your attached file has an *absolute* link to the png file:

<form:button form:name="PushButton"
form:control-implementation="ooo:com.sun.star.form.component.CommandButton"
xml:id="control1" form:id="control1" form:label="Ende OHNE Speichern"
xlink:href="" 
form:image-data="file:///K:/Daten/Tools%20&amp;%20Technik/OpenDocumentFormat/Musterdateien/Kasse/VR_Icon_09.png"
form:delay-for-repeat="PT0.050000000S" form:image-position="top"
form:image-align="center">

but i think this is a bug:
- downloaded file and png into same folder
- opened file with LO 5.4.7.2/LO 6.0.7 and added the file URL.
- LO will save a *relative* URL:
  <form:button form:name="PushButton" form:control-
  implementation="ooo:com.sun.star.form.component.CommandButton"
  xml:id="control1" form:id="control1" form:label="Ende OHNE Speichern" 
  xlink:href="" form:image-data="../VR_Icon_09.png" form:delay-for-
  repeat="PT0.050000000S" form:image-position="top" form:image-align="center">
- save and reload: png is visible
- open file with LO 6.1.3.1: png is not visible

caused by new graphic handling in LO 6.1?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to