summaryrefslogtreecommitdiffstats
path: root/sc/inc/brdcst.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-14 23:15:32 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-15 00:15:06 -0400
commit88955714d345d8584e86ae34bf5f5d1f3f4af9f7 (patch)
tree0ff18e33c5cf692327f5187331b47fecce53b2a0 /sc/inc/brdcst.hxx
parentfdo#71491: Write test for this. (diff)
downloadcore-88955714d345d8584e86ae34bf5f5d1f3f4af9f7.tar.gz
core-88955714d345d8584e86ae34bf5f5d1f3f4af9f7.zip
fdo#71491: Adjust reference during undo of drag-n-drop of cell range.
Also with this commit, the signature of SvtListener::Notify() changes, by dropping the first argument which nobody uses. This change was necessary in order to call it directly without needing to pass any broadcaster instance. Change-Id: I6a1e97f0fb1e070d1d8f7db614690b04c9e8024e
Diffstat (limited to 'sc/inc/brdcst.hxx')
-rw-r--r--sc/inc/brdcst.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sc/inc/brdcst.hxx b/sc/inc/brdcst.hxx
index beef7749b440..b328becc244a 100644
--- a/sc/inc/brdcst.hxx
+++ b/sc/inc/brdcst.hxx
@@ -21,16 +21,12 @@
#include "global.hxx"
#include "address.hxx"
+#include <simplehintids.hxx>
#include <tools/rtti.hxx>
#include <svl/hint.hxx>
-#include <svl/smplhint.hxx>
class SvtBroadcaster;
-#define SC_HINT_DATACHANGED SFX_HINT_DATACHANGED
-#define SC_HINT_TABLEOPDIRTY SFX_HINT_USER00
-#define SC_HINT_CALCALL SFX_HINT_USER01
-
class ScHint : public SfxSimpleHint
{
ScAddress aAddress;