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

Matthew Francis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected, regression
                 CC|                            |[email protected]
           Hardware|Other                       |All
            Version|4.3.2.2 release             |3.6.0.4 release
         Whiteboard|                            |bibisected
                 OS|Windows (All)               |All

--- Comment #2 from Matthew Francis <[email protected]> ---
This broke at the below commit.

commit 80ecd30e1c7b753f2b24147e47204c97d253d394
Author: Kohei Yoshida <[email protected]>
Date:   Tue Mar 27 14:19:31 2012 -0400

    It's cleaner to use copy ctor for cloning.


Before this commit, WrongList::Clone() always set nInvalidStart = 0 and
nInvalidEnd = 0xFFFF as a result of using the default constructor, rather than
actually cloning the current values. Immediately after the commit, restoring
this behaviour fixes the issue, but whatever the solution is now isn't that -
the semantics appear to have changed in the interim.

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