[Libreoffice-commits] core.git: sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Wed Nov 27 07:08:03 PST 2013


 sc/source/filter/oox/workbookfragment.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fdc57d0d66727cb726c44a9993dddc9a5cf6ae7a
Author: Kohei Yoshida <kohei.yoshida at 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 =


More information about the Libreoffice-commits mailing list