<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING: Spacing between fonts differs between ODT and DOCX"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107801#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING: Spacing between fonts differs between ODT and DOCX"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107801">bug 107801</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>void DocxAttributeOutput::CharAutoKern( const SvxAutoKernItem& rAutoKern )
{
    SAL_INFO("sw.ww8", "TODO DocxAttributeOutput::CharAutoKern()" );
}

A small problem arises because Writer's defaultDoc settings have CharAutoKern
always enabled. ::OutputDefaultItem thus sets this, and Word then auto-enables
kern.  However, ::OutputDefaultItem is a new-ish function (Oct 2013 commit
62ceeb1d1a0ff32e1be615f78da796aa13aaa06c), so excluding this from the written
default doc properties is probably fine.</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>