diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 11:57:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 12:03:59 +0100 |
commit | 0fa31bed9a7a0666df26a1016d74df3ec15b40f9 (patch) | |
tree | 679aea468eef96285855e2a4b7316ee2f0de37d6 /sw | |
parent | 4ae9b3ab10c882bd9c25b1f1303325a0ecd7fc06 (diff) |
Default OMultiTypeInferfaceContainerHelperVar equalImpl parameter
...and assorted OUStringHash clean up
Change-Id: I779904e1275e8df88f567beb388d1d11af9e9671
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/unomailmerge.hxx | 4 |
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; //////////////////////////////////////////////////////////// |