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

--- Comment #6 from Justin L <[email protected]> ---
The reason it is resetting to equivalent widths is because the total column
size is not the same as the page width size. So it resets to nActWidth, since
it is much wider.

    nActWidth = rSize.GetSize().Width() - rLRSpace.GetLeft() -
rLRSpace.GetRight() - rBox.GetSmallestDistance();
    if( m_xColMgr->GetActualSize() != nActWidth)

The problem is with GetSmallestDistance - which ends up being the right border
padding because // The smallest distance that is not 0 will be returned.

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