diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-19 04:37:03 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-23 06:25:32 +0100 |
commit | b3d22ae4ca7ad191f6f807c72660b78d3ac6e833 (patch) | |
tree | a650871e7329c5af11996d387c36ffcf2c965e3f /sc/sdi/drtxtob.sdi | |
parent | 1e6ad2af4bfd14f96926cd976fb2edb626de3d10 (diff) |
ManageNames: make Define Name dialog work again
Diffstat (limited to 'sc/sdi/drtxtob.sdi')
-rw-r--r-- | sc/sdi/drtxtob.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index cad53257c136..dce59dc2588f 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -30,6 +30,7 @@ interface TableDrawText // alle Referenz-Eingabe-Dialoge: FID_DEFINE_NAME [ StateMethod = StateDisableItems; Export = FALSE; ] + FID_ADD_NAME [ StateMethod = StateDisableItems; Export = FALSE; ] SID_DEFINE_COLROWNAMERANGES [ StateMethod = StateDisableItems; Export = FALSE; ] SID_OPENDLG_SOLVE [ StateMethod = StateDisableItems; Export = FALSE; ] SID_OPENDLG_OPTSOLVER [ StateMethod = StateDisableItems; Export = FALSE; ] |