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

--- Comment #3 from Justin L <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to