summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridge.hxx
diff options
context:
space:
mode:
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;