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

Don't forget to calculate hash when importing from xls.

Change-Id: I11f3a9096a96fa70f59d7ba4f22fe6daa55991b8
üst b32d4f6f
...@@ -466,6 +466,8 @@ ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos, ...@@ -466,6 +466,8 @@ ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos,
if (bSubTotal) if (bSubTotal)
pDocument->AddSubTotalCell(this); pDocument->AddSubTotalCell(this);
pCode->GenHash();
} }
ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, const ScAddress& rPos, int nCloneFlags ) : ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, const ScAddress& rPos, int nCloneFlags ) :
......
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