summaryrefslogtreecommitdiff
path: root/scripting/source/dlgprov/dlgevtatt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/dlgprov/dlgevtatt.hxx')
-rw-r--r--scripting/source/dlgprov/dlgevtatt.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/scripting/source/dlgprov/dlgevtatt.hxx b/scripting/source/dlgprov/dlgevtatt.hxx
index de1ff424b1ab..b66260303c39 100644
--- a/scripting/source/dlgprov/dlgevtatt.hxx
+++ b/scripting/source/dlgprov/dlgevtatt.hxx
@@ -32,20 +32,15 @@
#include <com/sun/star/script/XScriptEventsSupplier.hpp>
-#include <boost/unordered_map.hpp>
-
+#include <unordered_map>
namespace dlgprov
{
-
-
-
// class DialogEventsAttacherImpl
-
- typedef boost::unordered_map< OUString,
+ typedef std::unordered_map< OUString,
::com::sun::star::uno::Reference< ::com::sun::star::script::XScriptListener >,
OUStringHash,
- ::std::equal_to< OUString > > ListenerHash;
+ std::equal_to< OUString > > ListenerHash;
typedef ::cppu::WeakImplHelper1<
::com::sun::star::script::XScriptEventsAttacher > DialogEventsAttacherImpl_BASE;