diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-11-04 15:29:53 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-05 06:30:57 +0100 |
commit | ca2aaa2b9f4ce69d05d415e13451ae6a6030f032 (patch) | |
tree | 88aff78ecf2c79c5d6acda09dc20034aa46f8368 /svtools/source/uno/unoimap.cxx | |
parent | 6070dec9ca9a15587a2aece81f9ae1ab5ac0f8c4 (diff) |
Replace remaining lists by vectors in svtools
Change-Id: I3b85f4853d305fec2efe1fa351466c56d11473c9
Reviewed-on: https://gerrit.libreoffice.org/44303
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/uno/unoimap.cxx')
-rw-r--r-- | svtools/source/uno/unoimap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<SvUnoImageMapObject> > maObjectList; + std::vector< rtl::Reference<SvUnoImageMapObject> > maObjectList; }; UNO3_GETIMPLEMENTATION_IMPL( SvUnoImageMap ); |