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

--- Comment #6 from Justin L <[email protected]> ---
// #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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to