sc/source/filter/oox/workbookfragment.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit fdc57d0d66727cb726c44a9993dddc9a5cf6ae7a Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Wed Nov 27 09:48:37 2013 -0500 Re-group formula cells before we do recalc on load (for xlsx). Change-Id: Iae6177433f05875e014de50eb4100fa381ddafdd diff --git a/sc/source/filter/oox/workbookfragment.cxx b/sc/source/filter/oox/workbookfragment.cxx index f8b5ef7..c189be9 100644 --- a/sc/source/filter/oox/workbookfragment.cxx +++ b/sc/source/filter/oox/workbookfragment.cxx @@ -532,6 +532,7 @@ void WorkbookFragment::finalizeImport() // Recalculate formula cells. ScDocument& rDoc = getScDocument(); + rDoc.RebuildFormulaGroups(); ScDocShell& rDocSh = getDocShell(); Reference< XComponentContext > xContext = comphelper::getProcessComponentContext(); ScRecalcOptions nRecalcMode = _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits