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
: mnMapId ( nMapId )
, mpInfo ( pInfo ) {}
};
struct eqFunc
{
sal_Bool operator()( const OUString &r1,
const OUString &r2) const
{
return r1 == r2;
}
};
}
typedef boost::unordered_map < OUString,
::comphelper::PropertyInfo*,
OUStringHash,
::comphelper::eqFunc > PropertyInfoHash;
OUStringHash > PropertyInfoHash;
typedef boost::unordered_map < OUString,
::comphelper::PropertyData*,
OUStringHash,
::comphelper::eqFunc > PropertyDataHash;
OUStringHash > PropertyDataHash;
#endif
/* 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