<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:oliver.brinzing@gmx.de" title="Oliver Brinzing <oliver.brinzing@gmx.de>"> <span class="fn">Oliver Brinzing</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Form-Control: Button lost icon"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121044">bug 121044</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>oliver.brinzing@gmx.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Form-Control: Button lost icon"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121044#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Form-Control: Button lost icon"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121044">bug 121044</a>
              from <span class="vcard"><a class="email" href="mailto:oliver.brinzing@gmx.de" title="Oliver Brinzing <oliver.brinzing@gmx.de>"> <span class="fn">Oliver Brinzing</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=146171" name="attach_146171" title="test file created with LO 5.4.7.2">attachment 146171</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=146171&action=edit" title="test file created with LO 5.4.7.2">[details]</a></span>
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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>