diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2015-01-15 20:38:42 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2015-01-15 20:53:10 -0500 |
commit | ed33b94930c42968ab047602a07e5aa5eda3b99c (patch) | |
tree | 7100583392576374f5f9e36cae6e140ad996fba2 /sc | |
parent | 0ffa3abc7d6c0437ece30cfb1430d28ffcc9f5c1 (diff) |
fdo#88398: Re-enable formula group listeners.
Change-Id: I1e5e9d50af471bc0e63f0d39478d96bf479583d5
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/sharedformula.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/sharedformula.hxx b/sc/inc/sharedformula.hxx index 910140246d75..e4b25bb4a502 100644 --- a/sc/inc/sharedformula.hxx +++ b/sc/inc/sharedformula.hxx @@ -15,10 +15,7 @@ #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 +#define USE_FORMULA_GROUP_LISTENER 1 namespace sc { |