<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <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#c17">Comment # 17</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#c16">comment #16</a>)
<span class="quote">> Both of those were *already* manually mapped to Heading 1.  (You can look in
> my commit and see the duplicates that were already mapped to a single style.)</span >

Yes that is true, but Word outputs 'Heading 1' as 'heading 1' in the xml, so
any idea why we were also mapping 'Heading 1' on import? In your
investigations, have you found documents which had 'Heading 1' instead of
'heading 1'?

<span class="quote">> But certainly, if we find an example document where those are a problem, we
> can revert.</span >

I was able to create a document in word 2010 and 2013 like this (attachment
133825), but when i reopen it, Word auto renames the user created 'heading 1'
to 'Heading 11'.

<w:style w:type="paragraph" w:styleId="Heading1">
  <w:name w:val="heading 1" />
  <w:basedOn w:val="Normal" />
  <...>
</w:style>
<w:style w:type="paragraph" w:customStyle="1" w:styleId="heading10">
  <w:name w:val="heading 1" />
  <w:basedOn w:val="Heading1" />
  <...>
</w:style>

There would need to be some error checking to see if a style has already been
created and another style is trying to overwrite it on import. The
w:customStyle attribute would also be helpful in finding out whether a style is
a built-in style or user-defined style.

<span class="quote">> The main reason I did a "generic" fix was because I saw so many
> existing examples, and it didn't seem reasonable to keep adding them one by
> one as more were discovered.</span >

Where can i find these examples?</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>