<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN Z-order of objects in attached DOC is wrong"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120761#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN Z-order of objects in attached DOC is wrong"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120761">bug 120761</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>// #i14045# MM If we are in a header or footer then make the object transparent
// Not exactly like word but close enough for now
const bool bMoveToBackgrd = pRecord->bDrawHell ||
                            ( ( m_bIsHeader || m_bIsFooter ) && pF->nwr == 3 );
if ( bMoveToBackgrd )
    aFlySet.Put(SvxOpaqueItem(RES_OPAQUE,false));</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>