office-gobmx/toolkit/source
Noel Grandin a2fc883173 use more std::container::insert instead of std::copy
which is both more compact code, and more efficient, since the insert
method can do smarter resizing

Change-Id: I17f226660f87cdf002edccc29b4af8fd59a25f91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96948
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-24 08:43:55 +02:00
..
awt move ListBox to toolkit-only headers 2020-06-23 12:50:52 +02:00
controls tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor 2020-06-10 08:17:31 +02:00
helper use more std::container::insert instead of std::copy 2020-06-24 08:43:55 +02:00