From ad90c78234895e2ac2053210e57b44454c68a44c Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 30 Apr 2013 10:01:43 -0400 Subject: Reset dirty. Change-Id: I20a8b56a9241081192e32b3d3a0de9295277e38a --- sc/source/core/data/formulacell.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source') 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; -- cgit