https://bugs.documentfoundation.org/show_bug.cgi?id=103499
Julien Nabet <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected],
| |[email protected]
--- Comment #6 from Julien Nabet <[email protected]> ---
Caolán: as I put in my previous comment, I could reproduce this one by
reverting locally
https://cgit.freedesktop.org/libreoffice/core/commit/?id=1a583283d6b58c8951cb52faac82ecb24fdbf1b3.
But with this patch:
if( rpCol == maCols.end() || *rpCol > rnBorder )
{
- maCols.insert( rpCol, rnBorder );
+ rpCol = maCols.insert( rpCol, rnBorder );
--rpCol;
incColSpan( nLine, rnCol );
}
we could keep deque, a container which seems to give more perf than list.
Unless, we need capabilites of list? Finally, could we simply use vector
instead of deque?
Any thoughts?
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs