summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/eventmultiplexer.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-03 21:24:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-04 11:07:58 +0000
commit0be5d2b2f6366b295a47a3b9d4e87091b6fd446b (patch)
tree093a35526d927b073640783b41ef23f44a6af221 /slideshow/source/engine/eventmultiplexer.cxx
parentfdo#79738: Test case for patch that fixes 79738 (diff)
downloadcore-0be5d2b2f6366b295a47a3b9d4e87091b6fd446b.tar.gz
core-0be5d2b2f6366b295a47a3b9d4e87091b6fd446b.zip
boost::unordered_map->std::unordered_map
Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f
Diffstat (limited to 'slideshow/source/engine/eventmultiplexer.cxx')
-rw-r--r--slideshow/source/engine/eventmultiplexer.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/eventmultiplexer.cxx b/slideshow/source/engine/eventmultiplexer.cxx
index 3049a5a59c22..98d06d1d65b3 100644
--- a/slideshow/source/engine/eventmultiplexer.cxx
+++ b/slideshow/source/engine/eventmultiplexer.cxx
@@ -50,9 +50,8 @@
#include <boost/noncopyable.hpp>
#include <boost/bind.hpp>
-#include <vector>
-#include <boost/unordered_map.hpp>
#include <algorithm>
+#include <vector>
using namespace ::com::sun::star;