[Bug 90222] replace ScaList in scaddins with a std container

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Mar 26 02:45:31 PDT 2015


https://bugs.documentfoundation.org/show_bug.cgi?id=90222

--- Comment #4 from Pieter Adriaensen <pieter.ad at gmail.com> ---
I pushed a patch to gerrit

https://gerrit.libreoffice.org/#/c/15012/
tdf#90222: replace ScaList in scaddins with a std container

I still have a question though: The ScaList is always used to put data of the
same class in. So isn't it better to change it to vector<T*> instead of being a
vector<void*> and doing static_casts?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150326/5aebb6b6/attachment.html>


More information about the LibreOffice mailing list