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

V Stuart Foote <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from V Stuart Foote <[email protected]> ---
Agree, the Heading 10 style should probably have been set Italic

Think this is a simple toggle in
/sw/source/core/doc/DocumentStylePoolManager.cxx; toggle the false at 564 to
true.


    560         case RES_POOLCOLL_HEADLINE10:       // Heading 10
    561             {
    562                 SvxULSpaceItem aUL( PT_3, PT_3, RES_UL_SPACE );
    563                 aSet.Put( aUL );
    564                 lcl_SetHeadline( &m_rDoc, pNewColl, aSet, nOutLvlBits,
9, false );
    565             }
    566             break;

-- 
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