[Libreoffice-commits] core.git: Branch 'private/kohei/calc-data-stream' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Wed Dec 18 13:39:41 PST 2013


 sc/source/ui/docshell/datastream.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5a832dc542c08713a79f25dac2d4d583346d39ee
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Wed Dec 18 16:40:36 2013 -0500

    Don't forget to set document modified afterward.
    
    Change-Id: I5b2b9a3dad2aeee6bc5a4a4767b239c92865b2f4

diff --git a/sc/source/ui/docshell/datastream.cxx b/sc/source/ui/docshell/datastream.cxx
index e9b49d8..c506ee4 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;


More information about the Libreoffice-commits mailing list