summaryrefslogtreecommitdiff
path: root/sc/inc/listenerqueryids.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-12-05 22:01:29 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-12-05 22:45:40 -0500
commit68fd7b7adc3021d30460a2c80d6876df239fd490 (patch)
tree36ba2c8efa323a3cc1ae1bdb62f3d65df90cb2a3 /sc/inc/listenerqueryids.hxx
parentd0894ff58fbdd823273bc91939801971b7a03182 (diff)
Fix incorrect adjustment of range references during sort.
... as a result of the introduction of range-based area listeners. With this change, the insertRangeData() function for ucalc no longer needs the additional bGroupListening flag. All tests pass with group listening enabled at all times. Change-Id: I9b9fb9443c727ff62badbd60ec9cd94094eb5a45
Diffstat (limited to 'sc/inc/listenerqueryids.hxx')
-rw-r--r--sc/inc/listenerqueryids.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/listenerqueryids.hxx b/sc/inc/listenerqueryids.hxx
index 48f240b13fd8..ce8a0e252900 100644
--- a/sc/inc/listenerqueryids.hxx
+++ b/sc/inc/listenerqueryids.hxx
@@ -10,7 +10,8 @@
#ifndef SC_LISTENERQUERYIDS_HXX
#define SC_LISTENERQUERYIDS_HXX
-#define SC_LISTENER_QUERY_FORMULA_GROUP_POS 0
+#define SC_LISTENER_QUERY_FORMULA_GROUP_POS 0
+#define SC_LISTENER_QUERY_FORMULA_GROUP_RANGE 1
#endif