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

New commits:
commit 8ab8c0b0f5389d98abd40919fe784af6a2d2ad04
Author: Kohei Yoshida <kohei.yosh...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to