[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Wed May 1 08:41:31 PDT 2013


 sc/source/core/data/formulacell.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 25ebf6357816bdb7a39fa83f791e9254434fa76d
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Wed May 1 11:43:09 2013 -0400

    Don't forget to calculate hash when importing from xls.
    
    Change-Id: I11f3a9096a96fa70f59d7ba4f22fe6daa55991b8

diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 80305c2..aa36598 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -466,6 +466,8 @@ ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos,
 
     if (bSubTotal)
         pDocument->AddSubTotalCell(this);
+
+    pCode->GenHash();
 }
 
 ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, const ScAddress& rPos, int nCloneFlags ) :


More information about the Libreoffice-commits mailing list