diff options
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 78600a827954..06087e2f1e3a 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -382,8 +382,9 @@ enum ScVObjMode // output modes of objects on a page enum ScAnchorType // anchor of a character object { - SCA_CELL, - SCA_PAGE, + SCA_CELL, // anchor to cell, move with cell + SCA_CELL_RESIZE, // anchor to cell, move and resize with cell + SCA_PAGE, // anchor to page, independent of any cells SCA_DONTKNOW // for multi selection }; |