summaryrefslogtreecommitdiff
path: root/forms/source/component/propertybaghelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/propertybaghelper.cxx')
-rw-r--r--forms/source/component/propertybaghelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/propertybaghelper.cxx b/forms/source/component/propertybaghelper.cxx
index 53ed30505fca..5f14626bd081 100644
--- a/forms/source/component/propertybaghelper.cxx
+++ b/forms/source/component/propertybaghelper.cxx
@@ -240,7 +240,7 @@ namespace frm
};
- struct PropertyValueLessByName : public ::std::binary_function< PropertyValue, PropertyValue, bool >
+ struct PropertyValueLessByName
{
bool operator()( const PropertyValue& _lhs, const PropertyValue& _rhs ) const
{