From ca2aaa2b9f4ce69d05d415e13451ae6a6030f032 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 4 Nov 2017 15:29:53 +0100 Subject: Replace remaining lists by vectors in svtools Change-Id: I3b85f4853d305fec2efe1fa351466c56d11473c9 Reviewed-on: https://gerrit.libreoffice.org/44303 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/uno/unoimap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/uno/unoimap.cxx') diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx index 58f95496182f..e7e7398dea72 100644 --- a/svtools/source/uno/unoimap.cxx +++ b/svtools/source/uno/unoimap.cxx @@ -536,7 +536,7 @@ public: private: OUString maName; - std::list< rtl::Reference > maObjectList; + std::vector< rtl::Reference > maObjectList; }; UNO3_GETIMPLEMENTATION_IMPL( SvUnoImageMap ); -- cgit