-Werror,-Wunused-member-function
Change-Id: I972a0b6e73c1302cdd27b6ed88d0d1a3cb598816
This commit is contained in:
@@ -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 >
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user