[Libreoffice-bugs] [Bug 120761] FILEOPEN Z-order of objects in attached DOC is wrong

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 23 17:07:40 UTC 2020


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

--- Comment #6 from Justin L <jluth at mail.com> ---
// #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));

-- 
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/20200423/cd73dac5/attachment.htm>


More information about the Libreoffice-bugs mailing list