summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/queryparam.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/queryparam.cxx')
-rw-r--r--sc/source/core/tool/queryparam.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/queryparam.cxx b/sc/source/core/tool/queryparam.cxx
index 2406ca523e0d..72fa4919537e 100644
--- a/sc/source/core/tool/queryparam.cxx
+++ b/sc/source/core/tool/queryparam.cxx
@@ -33,7 +33,7 @@ namespace {
const size_t MAXQUERY = 8;
-class FindByField : public std::unary_function<ScQueryEntry, bool>
+class FindByField
{
SCCOLROW mnField;
public:
@@ -44,7 +44,7 @@ public:
}
};
-struct FindUnused : public std::unary_function<ScQueryEntry, bool>
+struct FindUnused
{
bool operator() (const std::unique_ptr<ScQueryEntry>& rpEntry) const
{