summaryrefslogtreecommitdiff
path: root/sd/sdi
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 /sd/sdi
parentefd750d8433aade624d09f7c9d37516c9e073cda (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 'sd/sdi')
-rwxr-xr-xsd/sdi/_drvwsh.sdi5
-rwxr-xr-xsd/sdi/sdraw.sdi27
2 files changed, 0 insertions, 32 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
index f668a66ed57b..018e7d01f7bc 100755
--- a/sd/sdi/_drvwsh.sdi
+++ b/sd/sdi/_drvwsh.sdi
@@ -1989,11 +1989,6 @@ interface DrawView
ExecMethod = ExecOptionsBar ;
StateMethod = GetOptionsBarState ;
]
- SID_BIG_HANDLES // ole : ?, status : ?
- [
- ExecMethod = ExecOptionsBar ;
- StateMethod = GetOptionsBarState ;
- ]
SID_DOUBLECLICK_TEXTEDIT // ole : ?, status : ?
[
ExecMethod = ExecOptionsBar ;
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi
index 425915bcbd00..4b6ddae0d53b 100755
--- a/sd/sdi/sdraw.sdi
+++ b/sd/sdi/sdraw.sdi
@@ -288,33 +288,6 @@ SfxVoidItem BehindObject SID_BEHIND_OBJ
]
//--------------------------------------------------------------------------
-SfxBoolItem BigHandles SID_BIG_HANDLES
-
-[
- /* flags: */
- AutoUpdate = FALSE,
- Cachable = Cachable,
- FastCall = FALSE,
- HasCoreId = FALSE,
- HasDialog = FALSE,
- ReadOnlyDoc = FALSE,
- Toggle = FALSE,
- Container = FALSE,
- RecordAbsolute = FALSE,
- RecordPerSet;
- Synchron;
-
- Readonly = FALSE,
-
- /* config: */
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- StatusBarConfig = FALSE,
- ToolBoxConfig = TRUE,
- GroupId = GID_OPTIONS;
-]
-
-//--------------------------------------------------------------------------
SfxVoidItem Break SID_BREAK
()
[