https://bugs.freedesktop.org/show_bug.cgi?id=40599

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|[email protected] |[email protected]
                   |desktop.org                 |
           See Also|                            |https://issues.apache.org/o
                   |                            |oo/show_bug.cgi?id=112763
           Keywords|                            |regression

--- Comment #8 from Michael Stahl <[email protected]> 2012-02-22 15:20:45 PST 
---
used to work in OOo 3.1.1, broke in OOo 3.2 => regression

this was introduced with the following change in CWS os131:

SwDoc::CopyFlyInFlyImpl:

-             pAPos->nNode < rRg.aEnd )
+             pAPos->nNode <= rRg.aEnd )

the problem happens on Show/Hide redlines.
there is also OOo issue 112763 which is essentially a duplicate.

@Caolán: i don't like the attached patch because i have no idea
what problems it could cause; since the redlining already
sets a special flag that is used for comparing the start position
i found it expedient to use it for comparing the end position too.

fixed on master.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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

Reply via email to