Kaydet (Commit) a64c741f authored tarafından Julien Nabet's avatar Julien Nabet

Replace only list by vector in pyuno

Change-Id: Ic770d1fb8e3735123786a73a7b57f71ad8005d5d
Reviewed-on: https://gerrit.libreoffice.org/44301Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst c637e34d
......@@ -31,7 +31,6 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/bootstrap.hxx>
#include <list>
#include <typelib/typedescription.hxx>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
......@@ -609,7 +608,7 @@ bool Runtime::pyIterUnpack( PyObject *const pObj, Any &a ) const
return true;
}
::std::list<Any> items;
::std::vector<Any> items;
do
{
PyRef rItem( pItem, SAL_NO_ACQUIRE );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment