diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 339ba50df1c3..41179ad6ed88 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -47,7 +47,6 @@ #include <tools/simplerm.hxx> #include <algorithm> -#include <functional> #include <list> #include <set> #include <unordered_set> @@ -410,7 +409,7 @@ struct ImpContent sal_uInt32 nOffset; }; -struct ImpContentLessCompare : public ::std::binary_function< ImpContent, ImpContent, bool> +struct ImpContentLessCompare { bool operator() (const ImpContent& rLhs, const ImpContent& rRhs) const { |