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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|NEW                         |RESOLVED
            Summary|left-right following page   |specific document:
                   |styles (circular            |left-right following page
                   |dependency) don't export    |styles (circular
                   |nicely to DOCX - excessive  |dependency) don't export
                   |page styles/breaks.         |nicely to DOCX - excessive
                   |                            |page styles/breaks.

--- Comment #18 from Justin L <[email protected]> ---
The issue with jjjgg.odt (attachment 161941) is that it fails
plausableSingleWordSection b/c:

                HdFtDistanceGlue aOne(rTitleFormat.GetAttrSet());
                HdFtDistanceGlue aTwo(rFollowFormat.GetAttrSet());
                //e.g. #i14509#
                if (!aOne.StrictEqualTopBottom(aTwo))
                    bPlausableSingleWordSection = false;

But if you make a new document from scratch and do not monkey around with
changing the sizes of header stuff, then right/left get merged into a single
style on import.

I am going to mark this as NOTABUG, because (even though the human eye can't
tell), the Left and Right style have different internal settings and thus
cannot be considered equivalent.

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

Reply via email to