summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-18 16:40:36 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-18 18:15:33 -0500
commitd5452cef5f8c40fbb9da9e91c6606d525c98bfd3 (patch)
treee11cb0b7507c7ba2fb0d386f7ae5445f9240adb7 /sc/source/ui
parentdf57f73ff7cfa8a23537d9aa9f50aca1ca7664de (diff)
Don't forget to set document modified afterward.
Change-Id: I5b2b9a3dad2aeee6bc5a4a4767b239c92865b2f4
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/docshell/datastream.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/datastream.cxx b/sc/source/ui/docshell/datastream.cxx
index e9b49d80f0c4..c506ee407ded 100644
--- a/sc/source/ui/docshell/datastream.cxx
+++ b/sc/source/ui/docshell/datastream.cxx
@@ -392,6 +392,7 @@ void DataStream::Refresh()
{
// Hard recalc will repaint the grid area.
mpDocShell->DoHardRecalc(true);
+ mpDocShell->SetDocumentModified(true);
mfLastRefreshTime = getNow();
mnLinesSinceRefresh = 0;