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

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #12 from Michael Stahl <[email protected]> ---
so i've fixed the easy part of this: for some reason some of the idle
tasks loop or crash when operating on a paragraph that has the max
capacity of characters in it.  rather than figuring out why this
happens, i've decided it's better to slightly lower the limit so
the paragraph cannot fill up the String completely; this at least
prevents the obvious problem that a SwPosition cannot refer to
the index after the last character in a full String.  also,
it no longer loops.

furthermore i've added some checks to various operations in
subsequent commits to maintain the limit on editing operations.

so this should fix the "regression" aspect of your report.
this is of course just one aspect of the problem, but the _real_
problem of the 64k limit on paragraph content is already tracked
in bug 30668, and so the non-fixed aspects of this bug
are a duplicate of that.  hence i'll declare this bug here fixed.

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