Re: [Libreoffice] [PATCH] Replaced tools/list with std::list in ScAddInListener

2011-01-31 Thread Cedric Bosdonnat
Hello Soeren and Thies, On Sat, 2011-01-29 at 18:04 +0100, Soeren Moeller wrote: Now we have replaced tools/list with std::list in ScAddInListener, here we used a list, as there is adding, removing, and searching on this list, and no clear way to sort the elements. The patch comes in three

Re: [Libreoffice] [PATCH] Replaced tools/list with std::list in ScAddInListener

2011-01-29 Thread Soeren Moeller
Hi Now we have replaced tools/list with std::list in ScAddInListener, here we used a list, as there is adding, removing, and searching on this list, and no clear way to sort the elements. The patch comes in three files: 0001 Replacing deprecated data types from solar.h 0002 Cleaning up the