[Libreoffice-bugs] [Bug 107678] No visual difference between Heading 9 and Heading 10

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun May 7 13:58:25 UTC 2017


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

V Stuart Foote <vstuart.foote at utsa.edu> changed:

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

--- Comment #1 from V Stuart Foote <vstuart.foote at utsa.edu> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170507/7e0548be/attachment.html>


More information about the Libreoffice-bugs mailing list