-Werror,-Wunused-member-function

Change-Id: I972a0b6e73c1302cdd27b6ed88d0d1a3cb598816
This commit is contained in:
Stephan Bergmann
2013-11-12 15:26:57 +01:00
parent 456b6c886c
commit faa60fd397

View File

@@ -40,14 +40,6 @@ using namespace ::com::sun::star::beans;
//--------------------------------------------------------------------------
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
struct PropertyDescriptionHandleCompare : public ::std::binary_function< PropertyDescription, PropertyDescription, bool >
{