summaryrefslogtreecommitdiffstats
path: root/sc/inc/brdcst.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-03 16:39:10 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-05-09 13:34:32 -0400
commit24c5c1185d5908b47605782f44a9e3c5fe1814ac (patch)
treeae026d7f29de4d3025a82751b3dd23b85adb5a38 /sc/inc/brdcst.hxx
parentBroadcast change on cell deletion. (diff)
downloadcore-24c5c1185d5908b47605782f44a9e3c5fe1814ac.tar.gz
core-24c5c1185d5908b47605782f44a9e3c5fe1814ac.zip
Remove SC_HINT_DYING. We don't do anything specific for this hint.
Use SC_HINT_DATACHANGED instead, and do broadcast *after* the cell is removed from the cell array, to avoid the dying cell from being used during recalculation after the broadcast. Change-Id: I8eb31eafa50c737ab683ca697657e64e52ae52e7
Diffstat (limited to 'sc/inc/brdcst.hxx')
-rw-r--r--sc/inc/brdcst.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/brdcst.hxx b/sc/inc/brdcst.hxx
index 737e7e89544e..069f032d474a 100644
--- a/sc/inc/brdcst.hxx
+++ b/sc/inc/brdcst.hxx
@@ -27,7 +27,6 @@
class SvtBroadcaster;
-#define SC_HINT_DYING SFX_HINT_DYING
#define SC_HINT_DATACHANGED SFX_HINT_DATACHANGED
#define SC_HINT_TABLEOPDIRTY SFX_HINT_USER00
#define SC_HINT_CALCALL SFX_HINT_USER01