diff options
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index b95faf5cd305..1691745006e2 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -320,8 +320,10 @@ enum InsCellCmd { INS_CELLSDOWN, INS_CELLSRIGHT, - INS_INSROWS, - INS_INSCOLS, + INS_INSROWS_BEFORE, + INS_INSROWS_AFTER, + INS_INSCOLS_BEFORE, + INS_INSCOLS_AFTER, INS_NONE }; |