summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/bridge.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-11-17 19:05:44 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-18 07:49:45 +0100
commit9d1f61a61893435b26f7239136ad92b7354545a8 (patch)
tree50277f9e2350b222e0624c0df501ec66571fb15d /binaryurp/source/bridge.hxx
parentloplugin:flatten in toolkit..writerfilter (diff)
downloadcore-9d1f61a61893435b26f7239136ad92b7354545a8.tar.gz
core-9d1f61a61893435b26f7239136ad92b7354545a8.zip
Replace some lists by vectors in binaryurp
+ use for range loops Change-Id: Ied18e378b73826c5a47957cad6cf86a4e19a9230 Reviewed-on: https://gerrit.libreoffice.org/44892 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'binaryurp/source/bridge.hxx')
-rw-r--r--binaryurp/source/bridge.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/binaryurp/source/bridge.hxx b/binaryurp/source/bridge.hxx
index 476d4af1cf22..a258f331639e 100644
--- a/binaryurp/source/bridge.hxx
+++ b/binaryurp/source/bridge.hxx
@@ -23,7 +23,6 @@
#include <sal/config.h>
#include <cstddef>
-#include <list>
#include <map>
#include <vector>
@@ -221,7 +220,7 @@ private:
void checkDisposed();
typedef
- std::list<
+ std::vector<
com::sun::star::uno::Reference<
com::sun::star::lang::XEventListener > >
Listeners;