summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/brwimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/brwbox/brwimpl.hxx')
-rw-r--r--svtools/source/brwbox/brwimpl.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/brwbox/brwimpl.hxx b/svtools/source/brwbox/brwimpl.hxx
index ed1de0cec294..e494a7bd400e 100644
--- a/svtools/source/brwbox/brwimpl.hxx
+++ b/svtools/source/brwbox/brwimpl.hxx
@@ -23,7 +23,6 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <map>
-#include <functional>
namespace svt
{
@@ -33,7 +32,7 @@ namespace svt
public:
typedef ::std::map< sal_Int32, css::uno::Reference< css::accessibility::XAccessible > > THeaderCellMap;
- struct THeaderCellMapFunctorDispose : ::std::unary_function<THeaderCellMap::value_type,void>
+ struct THeaderCellMapFunctorDispose
{
void operator()(const THeaderCellMap::value_type& _aType)
{