summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorStefan Knorr (astron) <heinzlesspam@gmail.com>2011-12-05 09:53:41 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-12-05 21:43:53 +0000
commit6ea8ea456cf5df267284278ecda42aa9b089a682 (patch)
tree8d792fe52e6eb547573ca43abb9856cb2a08373e /sc/inc/viewopti.hxx
parentlp#726529: inline arm assembler is obsolete by now (diff)
downloadcore-6ea8ea456cf5df267284278ecda42aa9b089a682.tar.gz
core-6ea8ea456cf5df267284278ecda42aa9b089a682.zip
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.hxx5
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