sc/source/core/data/formulacell.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 25ebf6357816bdb7a39fa83f791e9254434fa76d Author: Kohei Yoshida <[email protected]> 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 ) : _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
