diff options
author | Eike Rathke <erack@redhat.com> | 2015-01-15 17:21:41 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-15 17:27:27 +0100 |
commit | 98a940b60c666792127c58aee989a87820fb7294 (patch) | |
tree | 2071aee999bade2b0d0ac5fbb677f8ef1ff1304a /sc/inc | |
parent | 4f747afae591f244164df25d96a83f417e6c0698 (diff) |
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')
-rw-r--r-- | sc/inc/sharedformula.hxx | 5 |
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; |