summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/eformshelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/eformshelper.cxx')
-rw-r--r--extensions/source/propctrlr/eformshelper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/eformshelper.cxx b/extensions/source/propctrlr/eformshelper.cxx
index c468edd23fa2..19b64557c5f4 100644
--- a/extensions/source/propctrlr/eformshelper.cxx
+++ b/extensions/source/propctrlr/eformshelper.cxx
@@ -33,7 +33,6 @@
#include <tools/diagnose_ex.h>
#include <rtl/ustrbuf.hxx>
-#include <functional>
#include <algorithm>
#include <o3tl/functional.hxx>
@@ -571,7 +570,7 @@ namespace pcr
namespace
{
- struct PropertyBagInserter : public std::unary_function< Property, void >
+ struct PropertyBagInserter
{
private:
PropertyBag& m_rProperties;