<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - ActiveX checkbox and radio button form controls appear as pictures"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=91384">bug 91384</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>philipz85@hotmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Blocks</td>
           <td>
                
           </td>
           <td>104523
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>fileopen: docx form control with shape lost (checkbox and radio imported as pictures)
           </td>
           <td>FILEOPEN: DOCX - ActiveX checkbox and radio button form controls appear as pictures
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - ActiveX checkbox and radio button form controls appear as pictures"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=91384#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - ActiveX checkbox and radio button form controls appear as pictures"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=91384">bug 91384</a>
              from <span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span></b>
        <pre>As Oliver mentioned in <a href="show_bug.cgi?id=91384#c8">comment 8</a>, each control has two parts. The first is a
fallback WMF image for apps that arent able to handle the actual ActiveX
control and this is what LibreOffice is displaying and the second is the
ActiveX control that 

<w:r>
  <w:object w:dxaOrig="225" w:dyaOrig="225">
    <v:shape id="_x0000_i1123" type="#_x0000_t75" ... o:ole="">
<!-- fallback image start -->
      <v:imagedata r:id="rId31" o:title="" />
<!-- fallback image end -->
    </v:shape>
<!-- activeX control start -->
    <w:control r:id="rId32" w:name="CheckBox4" w:shapeid="_x0000_i1123" />
<!-- activeX control end -->
  </w:object>
</w:r>

And you can see the relationship IDs for these parts in the
/word/_rels/document.xml.rels file

<Relationship Id="rId31" ... Target="media/image9.wmf" />
<Relationship Id="rId32" ... Target="activeX/activeX8.xml" /></pre>
        </div>
      </p>

        <div id="referenced">
          <hr style="border: 1px dashed #969696">
          <b>Referenced Bugs:</b>
          <ul>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] DOCX Form related issues"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104523">Bug 104523</a>] [META] DOCX Form related issues
              </li>
          </ul>
        </div>
        <br>

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

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