diff options
author | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-05 09:53:41 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 21:43:53 +0000 |
commit | 6ea8ea456cf5df267284278ecda42aa9b089a682 (patch) | |
tree | 8d792fe52e6eb547573ca43abb9856cb2a08373e /sc/inc/viewopti.hxx | |
parent | efd750d8433aade624d09f7c9d37516c9e073cda (diff) |
Remove Large Handles option
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r-- | sc/inc/viewopti.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx index 63d244b9ac8e..0c763cefb697 100644 --- a/sc/inc/viewopti.hxx +++ b/sc/inc/viewopti.hxx @@ -56,8 +56,7 @@ enum ScViewOption VOPT_HELPLINES, VOPT_ANCHOR, VOPT_PAGEBREAKS, - VOPT_CLIPMARKS, - VOPT_BIGHANDLES + VOPT_CLIPMARKS }; enum ScVObjType @@ -67,7 +66,7 @@ enum ScVObjType VOBJ_TYPE_DRAW }; -#define MAX_OPT (sal_uInt16)VOPT_BIGHANDLES+1 +#define MAX_OPT (sal_uInt16)VOPT_CLIPMARKS+1 #define MAX_TYPE (sal_uInt16)VOBJ_TYPE_DRAW+1 #define SC_STD_GRIDCOLOR COL_LIGHTGRAY |