diff options
author | Niklas Nebel <nn@openoffice.org> | 2009-11-16 13:48:33 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2009-11-16 13:48:33 +0100 |
commit | 61556666b9ba6437eaa53a40ff9e6c525e442d15 (patch) | |
tree | e7f76d83dd77be64e89e137f84c5aaa0007201bb /sc/sdi/cellsh.sdi | |
parent | 3f03b4672c47e1cb561ca2fd4811e65ae3b95e56 (diff) |
validityref: #i103899# manual migration from svn (contribution from PengYunQuan)
Diffstat (limited to 'sc/sdi/cellsh.sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index 7f97a8a0161e..730004f77011 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -52,6 +52,9 @@ interface CellSelection SID_OPENDLG_FUNCTION [ ExecMethod = Execute; StateMethod = GetCellState; ] SID_INS_FUNCTION [ ExecMethod = ExecuteEdit; StateMethod = GetState; ] + // no Exec/StateMethod needed, but SfxDispatcher complains if the slot is not included in the shell + SID_VALIDITY_REFERENCE [] + // Datenbank-Operationen { SID_SORT_ASCENDING [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] SID_SORT_DESCENDING [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ] |