summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 16:06:45 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 16:06:45 +0000
commitbe6f7274f3f3d8e64dfa9087f407985ed14d66fa (patch)
tree007084d06e8ca69ae3f4e3470ab10f91b76f51a8 /forms
parent3cc36206f35ab04c61a17b8a64062f381c2599ec (diff)
INTEGRATION: CWS oj30 (1.9.58); FILE MERGED
2008/01/10 14:27:04 oj 1.9.58.1: #i85085# add std
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/property.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx
index 3ecc8aee33de..3ceba760b48c 100644
--- a/forms/source/inc/property.hxx
+++ b/forms/source/inc/property.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: property.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 09:58:54 $
+ * last change: $Author: rt $ $Date: 2008-01-29 17:06:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -106,7 +106,7 @@ public:
// public typedef
private:
friend struct PropertyAssignmentNameCompareLess;
- typedef binary_function< PUBLIC_SOLARIS_COMPILER_HACK, PUBLIC_SOLARIS_COMPILER_HACK, sal_Bool > PropertyAssignmentNameCompareLess_Base;
+ typedef ::std::binary_function< PUBLIC_SOLARIS_COMPILER_HACK, PUBLIC_SOLARIS_COMPILER_HACK, sal_Bool > PropertyAssignmentNameCompareLess_Base;
struct PropertyAssignmentNameCompareLess : public PropertyAssignmentNameCompareLess_Base
{
inline sal_Bool operator() (const PUBLIC_SOLARIS_COMPILER_HACK& _rL, const PUBLIC_SOLARIS_COMPILER_HACK& _rR) const