diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-12 15:26:57 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 10:14:57 +0100 |
commit | faa60fd397c7b872a22784740da7c8f21c1b6735 (patch) | |
tree | 54eef78d06473e4a7b2fd11bb01cc1b249e5b340 /comphelper | |
parent | 456b6c886cd7a605c4a45f9468092d5f7c99fa45 (diff) |
-Werror,-Wunused-member-function
Change-Id: I972a0b6e73c1302cdd27b6ed88d0d1a3cb598816
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/propertycontainerhelper.cxx | 8 |
1 files changed, 0 insertions, 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 @@ -41,14 +41,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 > { bool operator() (const PropertyDescription& x, const PropertyDescription& y) const |