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

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

Reply via email to