summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 371431fc0265..44d8810ddd2d 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -329,6 +329,14 @@ enum FillCmd
FILL_AUTO
};
+enum ScMoveDirection
+{
+ SC_MOVE_RIGHT,
+ SC_MOVE_LEFT,
+ SC_MOVE_UP,
+ SC_MOVE_DOWN
+};
+
enum FillDateCmd
{
FILL_DAY,