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

Kohei Yoshida kohei.yoshida at gmail.com
Tue Apr 30 06:59:53 PDT 2013


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

New commits:
commit 8ab8c0b0f5389d98abd40919fe784af6a2d2ad04
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Apr 30 10:01:43 2013 -0400

    Reset dirty.
    
    Change-Id: I20a8b56a9241081192e32b3d3a0de9295277e38a

diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 7158b69..3e85a9e 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;


More information about the Libreoffice-commits mailing list