diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-08-29 13:25:46 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-08-29 13:25:46 +0000 |
commit | 64685722e95af23760f2a23ea4c736c9f76282c6 (patch) | |
tree | 0137d6efa234b2d6e59976f8e40cf0cadb2cbcf7 /sc/sdi/drawsh.sdi | |
parent | 551c332b31da8888efa5db3213639b9fe134c267 (diff) |
#98951#: make sure that slot names are unique
Diffstat (limited to 'sc/sdi/drawsh.sdi')
-rw-r--r-- | sc/sdi/drawsh.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index 2dbe0461913e..cadfd8e4ebfe 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -49,7 +49,7 @@ interface TableDraw : Selection SID_ATTR_TRANSFORM [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawFuncState; Export = FALSE; ] // ---- Ausrichtungs - Funktionen: //! PseudoSlots gibt Aerger mit Referenz-Dialogen ??? - SvxDrawAlignItem ObjectAlign SID_OBJECT_ALIGN + SID_OBJECT_ALIGN [ // PseudoSlots = TRUE; PseudoSlots = FALSE ; |