<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:raykowj@gmail.com" title="Jim Raykowski <raykowj@gmail.com>"> <span class="fn">Jim Raykowski</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The background color is active when inserting a header using Insert Header/Footer - Header default style."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120801">bug 120801</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;">CC</td>
           <td>
                
           </td>
           <td>raykowj@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The background color is active when inserting a header using Insert Header/Footer - Header default style."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120801#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The background color is active when inserting a header using Insert Header/Footer - Header default style."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120801">bug 120801</a>
              from <span class="vcard"><a class="email" href="mailto:raykowj@gmail.com" title="Jim Raykowski <raykowj@gmail.com>"> <span class="fn">Jim Raykowski</span></a>
</span></b>
        <pre>Code Pointer:

One approach is to check the fill style attribute item state in the border
background set, pBBSet, after the page header or footer set is put. If the fill
style attribute is not SET put the fill style item to none.

LO code that will be used in this approach
SfxItemSet
SfxItemSet::GetItemState
SfxItemState::SET
SfxTabPage::GetWhich
XATTR_FILLSTYLE
SfxItemSet::Put
XFillStyleItem
drawing::FillStyle_NONE

<a href="https://opengrok.libreoffice.org/xref/core/svx/source/dialog/hdft.cxx?r=55042cb5#594">https://opengrok.libreoffice.org/xref/core/svx/source/dialog/hdft.cxx?r=55042cb5#594</a></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>