From cccf0fe7a6d8f82e966c320a13875d67fdb911f6 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 7 Aug 2013 22:59:23 -0400 Subject: Uncomment this. Change-Id: I628c826905d0c1074fbc5c12e821c0efd6489bbf --- sc/source/core/data/formulacell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index d6254c23fef2..4a05c4c2c7e5 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -3410,7 +3410,7 @@ bool ScFormulaCell::InterpretFormulaGroup() // Re-build formulae groups if necessary - ideally this is done at // import / insert / delete etc. and is integral to the data structures -// pDocument->RebuildFormulaGroups(); + pDocument->RebuildFormulaGroups(); if (!mxGroup || !pCode) return false; -- cgit