From faa60fd397c7b872a22784740da7c8f21c1b6735 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Nov 2013 15:26:57 +0100 Subject: [PATCH] -Werror,-Wunused-member-function Change-Id: I972a0b6e73c1302cdd27b6ed88d0d1a3cb598816 --- comphelper/source/property/propertycontainerhelper.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/comphelper/source/property/propertycontainerhelper.cxx b/comphelper/source/property/propertycontainerhelper.cxx index 6715567276d0..e019511d76e2 100644 --- a/comphelper/source/property/propertycontainerhelper.cxx +++ b/comphelper/source/property/propertycontainerhelper.cxx @@ -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 > {