Kaydet (Commit) 2b0063dd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unnecessary comphelper::eqFunc

Change-Id: I94d5e3fff2d1e039051bddfedcedfac04487529a
üst 21f901f9
...@@ -42,24 +42,14 @@ namespace comphelper ...@@ -42,24 +42,14 @@ namespace comphelper
: mnMapId ( nMapId ) : mnMapId ( nMapId )
, mpInfo ( pInfo ) {} , mpInfo ( pInfo ) {}
}; };
struct eqFunc
{
sal_Bool operator()( const OUString &r1,
const OUString &r2) const
{
return r1 == r2;
}
};
} }
typedef boost::unordered_map < OUString, typedef boost::unordered_map < OUString,
::comphelper::PropertyInfo*, ::comphelper::PropertyInfo*,
OUStringHash, OUStringHash > PropertyInfoHash;
::comphelper::eqFunc > PropertyInfoHash;
typedef boost::unordered_map < OUString, typedef boost::unordered_map < OUString,
::comphelper::PropertyData*, ::comphelper::PropertyData*,
OUStringHash, OUStringHash > PropertyDataHash;
::comphelper::eqFunc > PropertyDataHash;
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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