<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No visual difference between Heading 9 and Heading 10"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107678">bug 107678</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No visual difference between Heading 9 and Heading 10"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107678#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No visual difference between Heading 9 and Heading 10"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107678">bug 107678</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>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;</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>