summaryrefslogtreecommitdiff
path: root/sc/source/core/data
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-07 22:59:23 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-12 19:46:27 -0400
commitcccf0fe7a6d8f82e966c320a13875d67fdb911f6 (patch)
treee28ac31a121ec494ce7c13d13ce29a52ab8d6122 /sc/source/core/data
parentf3a632c8753079a954187ea0f60f9606fdb3fe27 (diff)
Uncomment this.
Change-Id: I628c826905d0c1074fbc5c12e821c0efd6489bbf
Diffstat (limited to 'sc/source/core/data')
-rw-r--r--sc/source/core/data/formulacell.cxx2
1 files changed, 1 insertions, 1 deletions
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;