summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-04 11:04:54 +0200
committerNoel Grandin <noel@peralex.com>2016-02-05 08:01:42 +0200
commitce97f3a37bf01a53d68eb8cd50ca72694ec2a922 (patch)
tree559b65c616b7c6e6792c9a5293b9a7530272b433 /sc/sdi
parent114904097baa0a456b59d168742c04a1c73432a8 (diff)
remove commented out stuff from .SDI files
Change-Id: I1e893afcd33bf9a5cf934a021fe40548ddc33699
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/drawsh.sdi23
-rw-r--r--sc/sdi/tabvwsh.sdi1
2 files changed, 0 insertions, 24 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi
index 2e22ad690f74..0aa9964237ae 100644
--- a/sc/sdi/drawsh.sdi
+++ b/sc/sdi/drawsh.sdi
@@ -36,8 +36,6 @@ interface TableDraw
SID_OPENDLG_EDIT_PRINTAREA [ StateMethod = StateDisableItems; Export = FALSE; ]
// andere:
SID_DRAW_CHART [ StateMethod = StateDisableItems; Export = FALSE; ]
- //! SID_STYLE_DESIGNER [ StateMethod = StateDisableItems; Export = FALSE; ]
- //! SID_OPENDLG_FUNCTION[ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY2 [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY4 [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_APPLY [ StateMethod = StateDisableItems; Export = FALSE; ]
@@ -120,10 +118,8 @@ interface TableDraw
//! PseudoSlots gibt Aerger mit Referenz-Dialogen ???
SID_OBJECT_ALIGN
[
- // PseudoSlots = TRUE;
PseudoSlots = FALSE ;
Export = FALSE ;
- // PseudoPrefix = SID_OBJECT_ALIGN;
ExecMethod = ExecDrawFunc ;
StateMethod = GetDrawFuncState ;
GroupId = GID_FORMAT ;
@@ -158,16 +154,6 @@ interface TableDraw
// !!! special
SID_DELETE [ExecMethod = ExecDrawFunc ;StateMethod = GetDrawFuncState; Export = FALSE ;]
- /*
- SfxVoidItem Delete SID_DELETE ( )
- [
- ExecMethod = ExecDrawFunc ;
- StateMethod = GetDrawFuncState ;
- Export = FALSE ;
- GroupId = GID_EDIT ;
- ToolBoxConfig , MenuConfig , AccelConfig ;
- ]
- */
SID_DELETE_CONTENTS [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_CUT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_COPY [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
@@ -177,15 +163,6 @@ interface TableDraw
SID_OBJECT_MIRROR [ ExecMethod = ExecDrawFunc; StateMethod = GetState; Export = FALSE; ]
SID_BEZIER_EDIT [ ExecMethod = ExecDrawFunc; StateMethod = GetState; Export = FALSE; ]
SID_MIRROR_HORIZONTAL[ ExecMethod = ExecDrawFunc;StateMethod = GetDrawFuncState; Export = FALSE; ]
- /*
- SfxVoidItem ObjectMirrorHorizontal SID_MIRROR_HORIZONTAL ( )
- [
- StateMethod = GetDrawFuncState ;
- Export = FALSE ;
- GroupId = GID_FORMAT ;
- MenuConfig ; //FS
- ]
- */
SID_MIRROR_VERTICAL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_FLIP_HORIZONTAL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_FLIP_VERTICAL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi
index 7a08418357b1..4597f16dee25 100644
--- a/sc/sdi/tabvwsh.sdi
+++ b/sc/sdi/tabvwsh.sdi
@@ -86,7 +86,6 @@ interface BaseSelection
SID_DRAW_NOTEEDIT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_OBJECTRESIZE [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ]
- //SID_CHOOSE_CONTROLS [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_OBJECT_SELECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_DRAW_LINE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]
SID_DRAW_RECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ]