Kaydet (Commit) fdc57d0d authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Re-group formula cells before we do recalc on load (for xlsx).

Change-Id: Iae6177433f05875e014de50eb4100fa381ddafdd
üst 8518cf42
......@@ -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 =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment