summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/inc/unomailmerge.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/ui/inc/unomailmerge.hxx b/sw/source/ui/inc/unomailmerge.hxx
index b9c5e1f382dc..9b9a4c1c450b 100644
--- a/sw/source/ui/inc/unomailmerge.hxx
+++ b/sw/source/ui/inc/unomailmerge.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SW_SOURCE_UI_INC_UNOMAILMERGE_HXX
#define INCLUDED_SW_SOURCE_UI_INC_UNOMAILMERGE_HXX
-#include <functional>
#include <cppuhelper/implbase5.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <unotools/configitem.hxx>
@@ -72,8 +71,7 @@ struct PropHashType_Impl
typedef cppu::OMultiTypeInterfaceContainerHelperVar
<
sal_Int32,
- PropHashType_Impl,
- std::equal_to< sal_Int32 >
+ PropHashType_Impl
> OPropertyListenerContainerHelper;
////////////////////////////////////////////////////////////