Kaydet (Commit) be6f7274 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS oj30 (1.9.58); FILE MERGED

2008/01/10 14:27:04 oj 1.9.58.1: #i85085# add std
üst 3cc36206
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment