[Libreoffice-commits] core.git: sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Wed Nov 27 18:39:23 PST 2013


 sc/source/ui/undo/undobase.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 431fed3311588333b3ff9b873807865a4a205e50
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Wed Nov 27 21:40:12 2013 -0500

    Don't forget to broadcast to chart objects.
    
    Change-Id: I6d4d7cd2dc426134c108f1fbcf6e3c32ed4af88d

diff --git a/sc/source/ui/undo/undobase.cxx b/sc/source/ui/undo/undobase.cxx
index c38ff47..178ec57 100644
--- a/sc/source/ui/undo/undobase.cxx
+++ b/sc/source/ui/undo/undobase.cxx
@@ -162,6 +162,8 @@ void ScSimpleUndo::BroadcastChanges( const ScRange& rRange )
             }
         }
     }
+
+    pDoc->BroadcastUno(SfxSimpleHint(SC_HINT_DATACHANGED));
 }
 
 void ScSimpleUndo::ShowTable( SCTAB nTab )


More information about the Libreoffice-commits mailing list