summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/formcellbinding.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/formcellbinding.cxx')
-rw-r--r--xmloff/source/forms/formcellbinding.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/forms/formcellbinding.cxx b/xmloff/source/forms/formcellbinding.cxx
index f81142640929..cd673bc58965 100644
--- a/xmloff/source/forms/formcellbinding.cxx
+++ b/xmloff/source/forms/formcellbinding.cxx
@@ -34,7 +34,6 @@
#include "strings.hxx"
#include <osl/diagnose.h>
-#include <functional>
#include <algorithm>
namespace xmloff
@@ -80,7 +79,7 @@ namespace
return getTypedModelNode< XModel >( _rxModelNode );
}
- struct StringCompare : public ::std::unary_function< OUString, bool >
+ struct StringCompare
{
private:
const OUString & m_sReference;