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

--- Comment #2 from Szabolcs Dézsi <[email protected]> 2012-03-02 07:45:10 
PST ---
(In reply to comment #1)
> Created attachment 57921 [details] [review]
> Removed every use of LinkedList and replaced it with std::list

> LinkedList had a find(int n) method, which returned the underlying
> std::vector's nth element, unfortunately this isn't possible with std::list, 
> so
> the calls to find(...) and replaced with iterating with a for loop i times,
> thus pointing the iterator to the nth element of the list.

I mean n times :) Iterating n times...

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