From 98a940b60c666792127c58aee989a87820fb7294 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 15 Jan 2015 17:21:41 +0100 Subject: fdo#88398 disable grouped listeners for now Further implementation is needed to re-establish grouped listeners after unshare and split. Change-Id: I861b3f9d63a611ab0e32918ce1b272121bf12988 --- sc/inc/sharedformula.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sc/inc') 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 +/* 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; -- cgit