https://bugs.documentfoundation.org/show_bug.cgi?id=34957
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Justin L <[email protected]> --- This bug can be "avoided" by forcing bDontSplit to false in sw/source/core/layout/tabfrm.cxx bDontSplit = false; //proof of concept to avoid bug 34957 if ( bDontSplit ) { while ( GetFollow() && !GetFollow()->IsJoinLocked() ) However, at this point where we need to make a decision based on table size, the table size appears not be be calculated yet - and no easy way to do that... -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
