[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Wed Nov 27 07:09:00 PST 2013


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

New commits:
commit 67a9f7363be665b6c582d9542101eb989a3ac87d
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 30f0f34..a23d6fe 100644
--- a/sc/source/filter/oox/workbookfragment.cxx
+++ b/sc/source/filter/oox/workbookfragment.cxx
@@ -338,6 +338,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