Kaydet (Commit) 0f7e24bf authored tarafından Caolán McNamara's avatar Caolán McNamara

unused StringHashCode

Change-Id: I72b882292f62c4a2b4999fa3e553db3c617e03f4
üst 5ad89b74
......@@ -65,14 +65,6 @@ struct Methods {
sal_uInt16 nHash;
};
struct StringHashCode
{
size_t operator()( const OUString& rStr ) const
{
return rtl_ustr_hashCode_WithLength( rStr.getStr(), rStr.getLength() );
}
};
static Methods aMethods[] = {
{ "Abs", SbxDOUBLE, 1 | _FUNCTION, RTLNAME(Abs),0 },
......
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