<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 - "Footnote References" character styles incorrectly imported"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82173">bug 82173</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;">Summary</td>
           <td>FILEOPEN: DOCX footnote numbers are large
           </td>
           <td>FILEOPEN: DOCX - "Footnote References" character styles incorrectly imported
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - "Footnote References" character styles incorrectly imported"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82173#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - "Footnote References" character styles incorrectly imported"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82173">bug 82173</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>(In reply to Justin L from <a href="show_bug.cgi?id=82173#c10">comment #10</a>)
<span class="quote">> MSO's "footnote reference" character style doesn't get imported into the
> twin "Footnote Characters / Footnote Anchor" styles in Writer for DOCX.  (It
> works fine for DOC.)</span >

Seems LO is importing the style correctly but not mapping it within the correct
style names. LO is importing MS's "Footnote Reference" into "Default Paragraph
Font > footnote reference" rather than into "Footnote Anchor" and "Footnote
Characters". Below is the relevant xml code in <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=133420" name="attach_133420" title="footnoteTest.docx: simple test with green, italic, superscript footnote character">attachment 133420</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=133420&action=edit" title="footnoteTest.docx: simple test with green, italic, superscript footnote character">[details]</a></span>.

== /word/styles.xml ==

<w:style w:type="character" w:default="1" w:styleId="DefaultParagraphFont">
 <w:name w:val="Default Paragraph Font" />
 <w:uiPriority w:val="99" />
 <w:semiHidden />
</w:style>
<...>
<w:style w:type="character" w:styleId="FootnoteReference">
 <w:name w:val="footnote reference" />
 <w:basedOn w:val="DefaultParagraphFont" />
 <w:uiPriority w:val="99" />
 <w:semiHidden />
 <w:rsid w:val="00132573" />
 <w:rPr>
   <w:rFonts w:cs="Times New Roman" />
   <w:i />
   <w:color w:val="00FF00" />
   <w:kern w:val="2" />
   <w:vertAlign w:val="superscript" />
 </w:rPr>
</w:style>

== /word/footnotes.xml ==

<...>
<w:r>
  <w:rPr>
    <w:rStyle w:val="FootnoteReference" />
  </w:rPr>
  <w:footnoteRef />
</w:r>
<...></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>