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

--- Comment #2 from Justin L <[email protected]> ---
Ahh, this is a coding exception since LO handles "layoutInCell" differently in
this case. (LO wants to force the entire shape into the cell, not just affect
the anchor offset.)
    if (m_pImpl->m_nWrap == text::WrapTextMode_THROUGH &&
m_pImpl->m_nHoriRelation == text::RelOrientation::FRAME)
    {
        // text::RelOrientation::FRAME is OOXML's "column", which behaves as if
        // layout-in-cell would be always off.
        m_pImpl->m_bLayoutInCell = false;
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to