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

--- Comment #11 from Justin L <[email protected]> ---
1.) This is an export bug - I see the same one-row-per-page in Word, due to a
section break - next page.
2.) somehow coming from a RES_PAGEDESC in every single cell in ww8atr.cxx

if ( SfxItemState::SET == pSet->GetItemState( RES_PAGEDESC, false, &pItem ) &&
     static_cast<const SwFormatPageDesc*>(pItem)->GetRegisteredIn() != nullptr)
{
    bBreakSet = true;
    bNewPageDesc = true;
    pPgDesc = static_cast<const SwFormatPageDesc*>(pItem);
    m_pCurrentPageDesc = pPgDesc->GetPageDesc();
}

3.) which ultimately comes from wrtww8.cxx WriteText's SectionBreaksAndFrames

-- 
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