diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 13:34:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 14:28:36 +0100 |
commit | e9c62a2d9cdca2c42badb468712d1c5be8326444 (patch) | |
tree | ac20b1cdd066d27ce50d13b6e4baf83581f52dc9 /forms | |
parent | 57b15f2dcd2963808b8af3f0665450ef81bb3eb8 (diff) |
Get rid of unnecessary comphelper::UStringEqual
Change-Id: Ia8718e49f21ccec239b2769eafa6bef90e0e9e40
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/InterfaceContainer.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index 695e518f97cc..b8548d462403 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -21,7 +21,6 @@ #define INCLUDED_FORMS_SOURCE_INC_INTERFACECONTAINER_HXX #include <boost/unordered_map.hpp> -#include <comphelper/stl_types.hxx> #include <comphelper/types.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/container/XNameReplace.hpp> @@ -74,7 +73,7 @@ namespace frm }; typedef ::std::vector<InterfaceRef> OInterfaceArray; -typedef ::boost::unordered_multimap< OUString, InterfaceRef, OUStringHash, ::comphelper::UStringEqual> OInterfaceMap; +typedef ::boost::unordered_multimap< OUString, InterfaceRef, OUStringHash > OInterfaceMap; //================================================================== // OInterfaceContainer |