diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-04-23 10:43:56 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-04-23 10:43:56 +0000 |
commit | 2684dc97be1afa169ccb4cbc92dac38f255253f0 (patch) | |
tree | aab9367a1e159fedd2c97c9a177e40508e769e00 /sc/sdi/drtxtob.sdi | |
parent | 6c982d7f5e92a0277c1384e886627ed4d55e23b4 (diff) |
slot for clipboard controller
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 e92bfb06b550..f21065283cdc 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -34,6 +34,7 @@ interface TableDrawText : Selection SID_COPY [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PASTE [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ] FID_PASTE_CONTENTS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ] + SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ] SID_SELECTALL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_CHARMAP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] // Attribute: -------------------------------------------------- |