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

-Werror,-Wunused-member-function

Change-Id: I972a0b6e73c1302cdd27b6ed88d0d1a3cb598816
üst 456b6c88
...@@ -40,14 +40,6 @@ using namespace ::com::sun::star::beans; ...@@ -40,14 +40,6 @@ using namespace ::com::sun::star::beans;
//-------------------------------------------------------------------------- //--------------------------------------------------------------------------
namespace namespace
{ {
// comparing two property descriptions
struct PropertyDescriptionCompareByHandle : public ::std::binary_function< PropertyDescription, PropertyDescription, bool >
{
bool operator() (const PropertyDescription& x, const PropertyDescription& y) const
{
return x.aProperty.Handle < y.aProperty.Handle;
}
};
// comparing two property descriptions // comparing two property descriptions
struct PropertyDescriptionHandleCompare : public ::std::binary_function< PropertyDescription, PropertyDescription, bool > struct PropertyDescriptionHandleCompare : public ::std::binary_function< PropertyDescription, PropertyDescription, bool >
{ {
......
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