summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/bcaslot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/bcaslot.hxx')
-rw-r--r--sc/source/core/inc/bcaslot.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/core/inc/bcaslot.hxx b/sc/source/core/inc/bcaslot.hxx
index 63e5a6b8802a..7eea13654fad 100644
--- a/sc/source/core/inc/bcaslot.hxx
+++ b/sc/source/core/inc/bcaslot.hxx
@@ -40,6 +40,11 @@ struct AreaListener
ScRange maArea;
bool mbGroupListening;
SvtListener* mpListener;
+
+ struct SortByArea : std::binary_function<AreaListener, AreaListener, bool>
+ {
+ bool operator() ( const AreaListener& rLeft, const AreaListener& rRight ) const;
+ };
};
}