summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-28 00:24:55 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-28 00:24:55 -0500
commit72b8e929af5bcfb7d17a74de636fb1ef5204297b (patch)
tree0b66f9b3f1405930ee39734977cd07041d6d0ed0
parent2477e80815a9fda60c836102418d4dc51f299f8c (diff)
Clear the data cache here as well.libreoffice-4-2-milestone-2
Change-Id: Id26dcf8146dc7a41ea9995ad4b1f89925c08004f
-rw-r--r--sc/source/ui/view/gridwin4.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx
index 6d5c84037697..3786fad7d4fc 100644
--- a/sc/source/ui/view/gridwin4.cxx
+++ b/sc/source/ui/view/gridwin4.cxx
@@ -882,6 +882,7 @@ void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMod
// Flag drawn formula cells "unchanged".
pDoc->ResetChanged(ScRange(nX1,nY1,nTab,nX2,nY2,nTab));
+ pDoc->CellContentModified();
}
void ScGridWindow::CheckNeedsRepaint()