summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undobase.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-27 21:27:57 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-27 21:28:45 -0500
commitf579d49aafe53f6a5500c7c4a0ca28953de9fecf (patch)
tree89f384571062a35274262714af8f46aeb6f03b72 /sc/source/ui/inc/undobase.hxx
parent8fc79e23927156e883df36dfa3c607f4fcbdfe57 (diff)
Broadcast changes on undo / redo of cell range deletion.
Change-Id: I48141ca77277c2de5b3526358cfadb12e3f4fbdd
Diffstat (limited to 'sc/source/ui/inc/undobase.hxx')
-rw-r--r--sc/source/ui/inc/undobase.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/undobase.hxx b/sc/source/ui/inc/undobase.hxx
index e57e3081da34..5c9df4bf9f62 100644
--- a/sc/source/ui/inc/undobase.hxx
+++ b/sc/source/ui/inc/undobase.hxx
@@ -57,6 +57,8 @@ protected:
void BeginRedo();
void EndRedo();
+ void BroadcastChanges( const ScRange& rRange );
+
static void ShowTable( SCTAB nTab );
static void ShowTable( const ScRange& rRange );
};