summaryrefslogtreecommitdiff
path: root/forms/source/inc/componenttools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/componenttools.hxx')
-rw-r--r--forms/source/inc/componenttools.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/inc/componenttools.hxx b/forms/source/inc/componenttools.hxx
index f3e445effd1e..f684ec572220 100644
--- a/forms/source/inc/componenttools.hxx
+++ b/forms/source/inc/componenttools.hxx
@@ -25,14 +25,13 @@
#include <com/sun/star/frame/XModel.hpp>
#include <set>
-#include <functional>
namespace frm
{
- struct TypeCompareLess : public ::std::binary_function< css::uno::Type, css::uno::Type, bool >
+ struct TypeCompareLess
{
bool operator()( const css::uno::Type& _rLHS, const css::uno::Type& _rRHS ) const
{