summaryrefslogtreecommitdiffstats
path: root/sc/inc/sharedformula.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-01-15 17:21:41 +0100
committerEike Rathke <erack@redhat.com>2015-01-15 17:27:27 +0100
commit98a940b60c666792127c58aee989a87820fb7294 (patch)
tree2071aee999bade2b0d0ac5fbb677f8ef1ff1304a /sc/inc/sharedformula.hxx
parentrhbz#1175027: sw: fix life cycle of SwConnectionDisposedListener_Impl (diff)
downloadcore-98a940b60c666792127c58aee989a87820fb7294.tar.gz
core-98a940b60c666792127c58aee989a87820fb7294.zip
fdo#88398 disable grouped listeners for now
Further implementation is needed to re-establish grouped listeners after unshare and split. Change-Id: I861b3f9d63a611ab0e32918ce1b272121bf12988
Diffstat (limited to 'sc/inc/sharedformula.hxx')
-rw-r--r--sc/inc/sharedformula.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/sharedformula.hxx b/sc/inc/sharedformula.hxx
index d94d8fe39e08..910140246d75 100644
--- a/sc/inc/sharedformula.hxx
+++ b/sc/inc/sharedformula.hxx
@@ -15,6 +15,11 @@
#include <vector>
+/* TODO: before this can be activated further implementation is needed to
+ * re-establish the area listeners in case of unshare/split/join that currently
+ * would get discarded. */
+#define USE_FORMULA_GROUP_LISTENER 0
+
namespace sc {
class StartListeningContext;