diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-19 23:20:53 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-03 20:28:15 -0400 |
commit | 9b99bf09a25d9c9016a1c6b730fa0ef1cc5bc04a (patch) | |
tree | f9d2e1465b7fe07231907c5900ef82c6e851588d /sc/sdi/editsh.sdi | |
parent | 326d255eaa2cde1d4ffff87a0a3a5074a326513f (diff) |
Initial skeleton for inserting a field into cell.
Diffstat (limited to 'sc/sdi/editsh.sdi')
-rw-r--r-- | sc/sdi/editsh.sdi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi index 1d95f2debdc3..c896cc4bdc7c 100644 --- a/sc/sdi/editsh.sdi +++ b/sc/sdi/editsh.sdi @@ -98,6 +98,8 @@ interface TableText SID_INSERT_LRM [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_INSERT_ZWSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_INSERT_ZWNBSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] + + SID_INSERT_FIELD_TEST [ ExecMethod = Execute; StateMethod = GetState; ] } |