summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/drawsh.sdi11
1 files changed, 1 insertions, 10 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi
index 91af5543da25..3282485b1b3d 100644
--- a/sc/sdi/drawsh.sdi
+++ b/sc/sdi/drawsh.sdi
@@ -116,16 +116,7 @@ interface TableDraw
SID_ATTR_TRANSFORM_AUTOHEIGHT [ StateMethod = GetDrawAttrStateForIFBX; Export = FALSE; ]
// ---- Ausrichtungs - Funktionen:
- //! PseudoSlots gibt Aerger mit Referenz-Dialogen ???
- SID_OBJECT_ALIGN
- [
- PseudoSlots = FALSE ;
- Export = FALSE ;
- ExecMethod = ExecDrawFunc ;
- StateMethod = GetDrawFuncState ;
- GroupId = GID_FORMAT ;
- ToolBoxConfig ;
- ]
+ SID_OBJECT_ALIGN [ StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_OBJECT_ALIGN_LEFT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_OBJECT_ALIGN_CENTER [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_OBJECT_ALIGN_RIGHT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]