summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/MoveDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/MoveDirection.idl')
-rw-r--r--offapi/com/sun/star/sheet/MoveDirection.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/MoveDirection.idl b/offapi/com/sun/star/sheet/MoveDirection.idl
index 7c415c7ff3f8..de4fa5905fc8 100644
--- a/offapi/com/sun/star/sheet/MoveDirection.idl
+++ b/offapi/com/sun/star/sheet/MoveDirection.idl
@@ -20,36 +20,30 @@
#ifndef __com_sun_star_sheet_MoveDirection_idl__
#define __com_sun_star_sheet_MoveDirection_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** used to specify the direction of moving the current selection i.e.
after a cell has been left with Enter.
*/
published constants MoveDirection
{
- //-------------------------------------------------------------------------
/** specifies that the selection moves one cell down.
*/
const short DOWN = 0;
- //-------------------------------------------------------------------------
/** specifies that the selection moves one cell right.
*/
const short RIGHT = 1;
- //-------------------------------------------------------------------------
/** specifies that the selection moves one cell up.
*/
const short UP = 2;
- //-------------------------------------------------------------------------
/** specifies that the selection moves one cell left.
*/
@@ -57,7 +51,6 @@ published constants MoveDirection
};
-//=============================================================================
}; }; }; };