summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/inc/ModifyListenerHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/ModifyListenerHelper.hxx b/chart2/source/inc/ModifyListenerHelper.hxx
index 4a8dabc7d2ea..1e91a44bab84 100644
--- a/chart2/source/inc/ModifyListenerHelper.hxx
+++ b/chart2/source/inc/ModifyListenerHelper.hxx
@@ -30,7 +30,7 @@
#include "MutexContainer.hxx"
#include "charttoolsdllapi.hxx"
-#include <list>
+#include <vector>
#include <algorithm>
#include <utility>
@@ -89,7 +89,7 @@ private:
// ::osl::Mutex & m_rMutex;
::cppu::OBroadcastHelper m_aModifyListeners;
- typedef std::list<
+ typedef std::vector<
std::pair<
css::uno::WeakReference< css::util::XModifyListener >,
css::uno::Reference< css::util::XModifyListener > > >