[Libreoffice-bugs] [Bug 107801] EDITING: Spacing between fonts differs between ODT and DOCX

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat May 13 10:39:03 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=107801

--- Comment #3 from Justin L <jluth at mail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170513/26e448b0/attachment.html>


More information about the Libreoffice-bugs mailing list