Kaydet (Commit) 81d3ccfd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-member-function

Change-Id: I15d27e5bd372c15c920abc6abf1737ce2d43e2ce
üst 3026e7a9
...@@ -121,10 +121,6 @@ struct PropertyCompare : public ::std::binary_function< beans::Property, OUStrin ...@@ -121,10 +121,6 @@ struct PropertyCompare : public ::std::binary_function< beans::Property, OUStrin
{ {
return x.Name.equals(y); return x.Name.equals(y);
} }
bool operator() (const OUString& x,const beans::Property& y) const
{
return x.equals(y.Name);
}
}; };
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
......
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