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

Soeren Moeller soerenmoeller2001 at gmail.com
Sat Jan 29 09:04:38 PST 2011


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 spacings
0003 Replacing tools/list with std::list
and a non-related 4th file:
0004 Removing unnecessary include of tools/string in funcdesc.hxx

The patches compile fine, but we couldn't really test them in the
running scalc, as it was impossible for us, to get scalc to use the
ScAddInListener (although it seems to be used in the unit tests
without failing).

Best Regards
Sören Möller
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Replaced-deprecated-types-with-sal-types.patch
Type: text/x-patch
Size: 2939 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110129/2a4f2a09/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Cleaned-up-spacings.patch
Type: text/x-patch
Size: 9336 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110129/2a4f2a09/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Replaced-use-of-tools-list-by-std-list.patch
Type: text/x-patch
Size: 4734 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110129/2a4f2a09/attachment-0006.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Removed-include-of-tools-string-as-no-longer-used.patch
Type: text/x-patch
Size: 714 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110129/2a4f2a09/attachment-0007.bin>


More information about the LibreOffice mailing list