diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-18 22:07:59 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-19 05:58:21 +0000 |
commit | 4306e6600623262964c88c1f8f66188896c3d2a6 (patch) | |
tree | a00a0b7b61c594d92beaa591e5df83263c4b4774 /sc/inc/scmod.hxx | |
parent | d2ab8f8c33f0eb7c49c6ecb03da7b8616fce8db5 (diff) |
sc: convert SC_DROP_* defines to typed flags
flags are stored by ScTransferObj and ScDrawTransferObj
in members nDragSourceFlags, implemented in the same way by both classes.
set only in ScTabControl::DoDrag() and ScContentTree::DoDrag().
convert to typed_flags ScDragSrc and
move flags closer to users, from sc/inc/scmod.hxx to
sc/source/ui/inc/viewdata.hxx
Change-Id: I15f58a5c828e154114971a1fcf941a3e27acbd56
Reviewed-on: https://gerrit.libreoffice.org/27303
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r-- | sc/inc/scmod.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index e6fa35247cc8..bb8df9ce07c1 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -73,11 +73,6 @@ class ScMarkData; struct ScDragData; struct ScClipData; -// for internal Drag&Drop: - -#define SC_DROP_NAVIGATOR 1 -#define SC_DROP_TABLE 2 - class ScModule: public SfxModule, public SfxListener, public utl::ConfigurationListener { Timer aIdleTimer; |