diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-30 10:01:43 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-30 13:10:44 -0400 |
commit | ad90c78234895e2ac2053210e57b44454c68a44c (patch) | |
tree | b6c6cd201fef5020d0bc6b2309bed2dbecaa0f1c /sc/source | |
parent | 6b1ba4e0f45e4a3927b7fce991327a19d09a1798 (diff) |
Reset dirty.
Change-Id: I20a8b56a9241081192e32b3d3a0de9295277e38a
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/formulacell.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 7158b69f9951..3e85a9eeed2a 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -3137,6 +3137,7 @@ bool ScFormulaCell::InterpretFormulaGroup() aInterpreter.Interpret(); pDest->aResult.SetToken(aInterpreter.GetResultToken().get()); + pDest->ResetDirty(); } return true; |